| 
    ChibiOS/HAL
    6.1.0
    
   | 
 
Structure representing a GPT driver. More...
#include <hal_gpt_lld.h>

Data Fields | |
| gptstate_t | state | 
| Driver state.  More... | |
| const GPTConfig * | config | 
| Current configuration data.  More... | |
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().