Functions | |
void | RAM_setSectorOff (uint8_t sector) |
Set specified RAM sector off. More... | |
uint8_t | RAM_getSectorState (uint8_t sector) |
Get RAM sector ON/OFF status. More... | |
uint8_t RAM_getSectorState | ( | uint8_t | sector | ) |
Get RAM sector ON/OFF status.
sector | is specified sector Mask value is the logical OR of any of the following:
|
Modified bits of RCCTL0 register.
void RAM_setSectorOff | ( | uint8_t | sector | ) |
Set specified RAM sector off.
sector | is specified sector to be set off. Mask value is the logical OR of any of the following:
|
Modified bits of RCCTL0 register.