ccp_write_io

Write to a CCP-protected 8-bit I/O register.

static void ccp_write_io(
    void * addr,
    uint8_t value
)

Parameters

addr

Type: void *

Address of the I/O register

value

Type: uint8_t

Value to be written

Returns

Type: void