ChibiOS/HAL
6.1.0
|
PLATFORM GPT subsystem low level driver source. More...
#include "hal.h"
Go to the source code of this file.
Functions | |
void | gpt_lld_init (void) |
Low level GPT driver initialization. More... | |
void | gpt_lld_start (GPTDriver *gptp) |
Configures and activates the GPT peripheral. More... | |
void | gpt_lld_stop (GPTDriver *gptp) |
Deactivates the GPT peripheral. More... | |
void | gpt_lld_start_timer (GPTDriver *gptp, gptcnt_t interval) |
Starts the timer in continuous mode. More... | |
void | gpt_lld_stop_timer (GPTDriver *gptp) |
Stops the timer. More... | |
void | gpt_lld_polled_delay (GPTDriver *gptp, gptcnt_t interval) |
Starts the timer in one shot mode and waits for completion. More... | |
Variables | |
GPTDriver | GPTD1 |
GPTD1 driver identifier. More... | |
PLATFORM GPT subsystem low level driver source.
Definition in file hal_gpt_lld.c.