ChibiOS/HAL  6.1.0
hal_ext_lld.c File Reference

PLATFORM EXT subsystem low level driver source. More...

#include "hal.h"

Go to the source code of this file.

Functions

void ext_lld_init (void)
 Low level EXT driver initialization. More...
 
void ext_lld_start (EXTDriver *extp)
 Configures and activates the EXT peripheral. More...
 
void ext_lld_stop (EXTDriver *extp)
 Deactivates the EXT peripheral. More...
 
void ext_lld_channel_enable (EXTDriver *extp, expchannel_t channel)
 Enables an EXT channel. More...
 
void ext_lld_channel_disable (EXTDriver *extp, expchannel_t channel)
 Disables an EXT channel. More...
 

Variables

EXTDriver EXTD1
 EXT1 driver identifier. More...
 

Detailed Description

PLATFORM EXT subsystem low level driver source.

Definition in file hal_ext_lld.c.