See Quick start guide for CCP driver.
Function for writing to protected IO registers.
Functions | |
void | ccp_write_io (void *addr, uint8_t value) |
Write to a CCP-protected 8-bit I/O register. More... | |
IAR Memory Model defines. | |
#define | CONFIG_MEMORY_MODEL_TINY |
Configuration symbol to enable 8 bit pointers. More... | |
#define | CONFIG_MEMORY_MODEL_SMALL |
Configuration symbol to enable 16 bit pointers. More... | |
#define | CONFIG_MEMORY_MODEL_LARGE |
Configuration symbol to enable 24 bit pointers. More... | |
#define CONFIG_MEMORY_MODEL_LARGE |
Configuration symbol to enable 24 bit pointers.
#define CONFIG_MEMORY_MODEL_SMALL |
Configuration symbol to enable 16 bit pointers.
#define CONFIG_MEMORY_MODEL_TINY |
Configuration symbol to enable 8 bit pointers.
void ccp_write_io | ( | void * | addr, |
uint8_t | value | ||
) |
Write to a CCP-protected 8-bit I/O register.
addr | Address of the I/O register |
value | Value to be written |
Referenced by reset_do_soft_reset().