ChibiOS 21.11.4
hal_icu.c File Reference

ICU Driver code. More...

#include "hal.h"

Go to the source code of this file.

Functions

void icuInit (void)
 ICU Driver initialization.
void icuObjectInit (ICUDriver *icup)
 Initializes the standard part of a ICUDriver structure.
msg_t icuStart (ICUDriver *icup, const ICUConfig *config)
 Configures and activates the ICU peripheral.
void icuStop (ICUDriver *icup)
 Deactivates the ICU peripheral.
void icuStartCapture (ICUDriver *icup)
 Starts the input capture.
bool icuWaitCapture (ICUDriver *icup)
 Waits for a completed capture.
void icuStopCapture (ICUDriver *icup)
 Stops the input capture.
void icuEnableNotifications (ICUDriver *icup)
 Enables notifications.
void icuDisableNotifications (ICUDriver *icup)
 Disables notifications.

Detailed Description

ICU Driver code.

Definition in file hal_icu.c.