Write to a CCP-protected 8-bit I/O register.
static void ccp_write_io( void * addr, uint8_t value )
Type: void *
Address of the I/O register
Type: uint8_t
Value to be written
Type: void