Files | |
file | pic.h |
Implementations of the power-and-interrupt controller. | |
Functions | |
void | pic_init (void) |
Initialize the power-and-interrupt controller. More... | |
void | pic_write (uint8_t addr, uint8_t value) |
Write data to the power-and-interrupt controller. More... | |
void pic_init | ( | void | ) |
Initialize the power-and-interrupt controller.
The following values must be defined:
void pic_write | ( | uint8_t | addr, |
uint8_t | value | ||
) |
Write data to the power-and-interrupt controller.
[in] | addr | Address of the peripheral to write to. |
[in] | value | Value to write. |