rusEFI
The most advanced open source ECU
|
Structure representing a GPT driver. More...
#include <hal_gpt_lld.h>
Data Fields | |
gptstate_t | state |
Driver state. | |
const GPTConfig * | config |
Current configuration data. | |
GPT_DRIVER_EXT_FIELDS uint32_t | clock |
Timer base clock. | |
int32_t | channelIndex |
Channel index. | |
struct PIT_CHANNEL * | channel |
Channel structure in PIT registers block. | |
Structure representing a GPT driver.
Definition at line 239 of file hal_gpt_lld.h.