|
ChibiOS/HAL
7.0.3
|
ICU Driver code. More...
#include "hal.h"Go to the source code of this file.
Functions | |
| void | icuInit (void) |
| ICU Driver initialization. More... | |
| void | icuObjectInit (ICUDriver *icup) |
Initializes the standard part of a ICUDriver structure. More... | |
| void | icuStart (ICUDriver *icup, const ICUConfig *config) |
| Configures and activates the ICU peripheral. More... | |
| void | icuStop (ICUDriver *icup) |
| Deactivates the ICU peripheral. More... | |
| void | icuStartCapture (ICUDriver *icup) |
| Starts the input capture. More... | |
| bool | icuWaitCapture (ICUDriver *icup) |
| Waits for a completed capture. More... | |
| void | icuStopCapture (ICUDriver *icup) |
| Stops the input capture. More... | |
| void | icuEnableNotifications (ICUDriver *icup) |
| Enables notifications. More... | |
| void | icuDisableNotifications (ICUDriver *icup) |
| Disables notifications. More... | |
ICU Driver code.
Definition in file hal_icu.c.