|
ChibiOS 21.11.4
|
Structure representing a GPT driver. More...
#include <hal_gpt_lld.h>

Data Fields | |
| gptstate_t | state |
| Driver state. | |
| const GPTConfig * | config |
| Current configuration data. | |
Structure representing a GPT driver.
Definition at line 92 of file hal_gpt_lld.h.
| gptstate_t GPTDriver::state |
Driver state.
Definition at line 96 of file hal_gpt_lld.h.
Referenced by gpt_lld_start(), gpt_lld_stop(), gptChangeInterval(), gptObjectInit(), gptPolledDelay(), gptStart(), gptStartContinuousI(), gptStartOneShotI(), gptStop(), and gptStopTimerI().
| const GPTConfig* GPTDriver::config |
Current configuration data.
Definition at line 100 of file hal_gpt_lld.h.
Referenced by gptObjectInit(), gptStart(), gptStartOneShotI(), and gptStop().