ChibiOS/HAL
6.1.0
|
EXT Driver code. More...
#include "hal.h"
Go to the source code of this file.
Functions | |
void | extInit (void) |
EXT Driver initialization. More... | |
void | extObjectInit (EXTDriver *extp) |
Initializes the standard part of a EXTDriver structure. More... | |
void | extStart (EXTDriver *extp, const EXTConfig *config) |
Configures and activates the EXT peripheral. More... | |
void | extStop (EXTDriver *extp) |
Deactivates the EXT peripheral. More... | |
void | extChannelEnable (EXTDriver *extp, expchannel_t channel) |
Enables an EXT channel. More... | |
void | extChannelDisable (EXTDriver *extp, expchannel_t channel) |
Disables an EXT channel. More... | |
void | extSetChannelModeI (EXTDriver *extp, expchannel_t channel, const EXTChannelConfig *extcp) |
Changes the operation mode of a channel. More... | |
EXT Driver code.
Definition in file hal_ext.c.