ChibiOS/HAL
6.1.0
|
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. More... | |
void | icu_lld_start (ICUDriver *icup) |
Configures and activates the ICU peripheral. More... | |
void | icu_lld_stop (ICUDriver *icup) |
Deactivates the ICU peripheral. More... | |
void | icu_lld_start_capture (ICUDriver *icup) |
Starts the input capture. More... | |
bool | icu_lld_wait_capture (ICUDriver *icup) |
Waits for a completed capture. More... | |
void | icu_lld_stop_capture (ICUDriver *icup) |
Stops the input capture. More... | |
void | icu_lld_enable_notifications (ICUDriver *icup) |
Enables notifications. More... | |
void | icu_lld_disable_notifications (ICUDriver *icup) |
Disables notifications. More... | |
Variables | |
ICUDriver | ICUD1 |
ICUD1 driver identifier. More... | |
PLATFORM ADC subsystem low level driver source.
Definition in file hal_icu_lld.c.