|
ChibiOS 21.11.4
|
PLATFORM ADC subsystem low level driver source. More...
#include "hal.h"Go to the source code of this file.
Functions | |
| void | icu_lld_init (void) |
| Low level ICU driver initialization. | |
| void | icu_lld_start (ICUDriver *icup) |
| Configures and activates the ICU peripheral. | |
| void | icu_lld_stop (ICUDriver *icup) |
| Deactivates the ICU peripheral. | |
| void | icu_lld_start_capture (ICUDriver *icup) |
| Starts the input capture. | |
| bool | icu_lld_wait_capture (ICUDriver *icup) |
| Waits for a completed capture. | |
| void | icu_lld_stop_capture (ICUDriver *icup) |
| Stops the input capture. | |
| void | icu_lld_enable_notifications (ICUDriver *icup) |
| Enables notifications. | |
| void | icu_lld_disable_notifications (ICUDriver *icup) |
| Disables notifications. | |
Variables | |
| ICUDriver | ICUD1 |
| ICUD1 driver identifier. | |
PLATFORM ADC subsystem low level driver source.
Definition in file hal_icu_lld.c.