EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Definition at line 41 of file efm32g_pcnt.h.
Data Fields | |
__IOM uint32_t | CMD |
__IM uint32_t | CNT |
__IOM uint32_t | CTRL |
__IOM uint32_t | FREEZE |
__IOM uint32_t | IEN |
__IM uint32_t | IF |
__IOM uint32_t | IFC |
__IOM uint32_t | IFS |
__IOM uint32_t | ROUTE |
__IM uint32_t | STATUS |
__IM uint32_t | SYNCBUSY |
__IM uint32_t | TOP |
__IOM uint32_t | TOPB |
__IOM uint32_t PCNT_TypeDef::CMD |
Command Register
Definition at line 44 of file efm32g_pcnt.h.
Referenced by PCNT_CounterTopSet(), PCNT_Init(), and PCNT_TopSet().
__IM uint32_t PCNT_TypeDef::CNT |
Counter Value Register
Definition at line 46 of file efm32g_pcnt.h.
Referenced by PCNT_CounterGet().
__IOM uint32_t PCNT_TypeDef::CTRL |
Control Register
Definition at line 43 of file efm32g_pcnt.h.
Referenced by PCNT_CounterReset(), PCNT_CounterTopSet(), PCNT_Enable(), PCNT_Init(), and PCNT_Reset().
__IOM uint32_t PCNT_TypeDef::FREEZE |
__IOM uint32_t PCNT_TypeDef::IEN |
Interrupt Enable Register
Definition at line 52 of file efm32g_pcnt.h.
Referenced by PCNT_IntDisable(), PCNT_IntEnable(), PCNT_IntGetEnabled(), and PCNT_Reset().
__IM uint32_t PCNT_TypeDef::IF |
Interrupt Flag Register
Definition at line 49 of file efm32g_pcnt.h.
Referenced by PCNT_IntGet(), and PCNT_IntGetEnabled().
__IOM uint32_t PCNT_TypeDef::IFC |
Interrupt Flag Clear Register
Definition at line 51 of file efm32g_pcnt.h.
Referenced by PCNT_IntClear(), and PCNT_Reset().
__IOM uint32_t PCNT_TypeDef::IFS |
Interrupt Flag Set Register
Definition at line 50 of file efm32g_pcnt.h.
Referenced by PCNT_IntSet().
__IOM uint32_t PCNT_TypeDef::ROUTE |
I/O Routing Register
Definition at line 53 of file efm32g_pcnt.h.
__IM uint32_t PCNT_TypeDef::STATUS |
Status Register
Definition at line 45 of file efm32g_pcnt.h.
__IM uint32_t PCNT_TypeDef::SYNCBUSY |
Synchronization Busy Register
Definition at line 56 of file efm32g_pcnt.h.
Referenced by PCNT_FreezeEnable().
__IM uint32_t PCNT_TypeDef::TOP |
Top Value Register
Definition at line 47 of file efm32g_pcnt.h.
Referenced by PCNT_CounterSet(), and PCNT_TopGet().
__IOM uint32_t PCNT_TypeDef::TOPB |
Top Value Buffer Register
Definition at line 48 of file efm32g_pcnt.h.
Referenced by PCNT_CounterTopSet(), PCNT_Init(), PCNT_TopBufferGet(), PCNT_TopBufferSet(), and PCNT_TopSet().