libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Go to the source code of this file.
Functions | |
void | comp_enable (uint8_t id) |
void | comp_disable (uint8_t id) |
void | comp_select_input (uint8_t id, uint32_t input) |
void | comp_select_output (uint8_t id, uint32_t output) |
void | comp_select_hyst (uint8_t id, uint32_t hyst) |
void | comp_select_speed (uint8_t id, uint32_t speed) |