Configuration Change Protection write functions.
Copyright (c) 2010-2018 Microchip Technology Inc. and its subsidiaries.
#include <compiler.h>
Macros | |
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... | |
Functions | |
void | ccp_write_io (void *addr, uint8_t value) |
Write to a CCP-protected 8-bit I/O register. More... | |