ChibiOS/HAL 9.0.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. | |
void | gpt_lld_start (GPTDriver *gptp) |
Configures and activates the GPT peripheral. | |
void | gpt_lld_stop (GPTDriver *gptp) |
Deactivates the GPT peripheral. | |
void | gpt_lld_start_timer (GPTDriver *gptp, gptcnt_t interval) |
Starts the timer in continuous mode. | |
void | gpt_lld_stop_timer (GPTDriver *gptp) |
Stops the timer. | |
void | gpt_lld_polled_delay (GPTDriver *gptp, gptcnt_t interval) |
Starts the timer in one shot mode and waits for completion. |
Variables | |
GPTDriver | GPTD1 |
GPTD1 driver identifier. |
PLATFORM GPT subsystem low level driver source.
Definition in file hal_gpt_lld.c.