EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
USART PRS trigger enable
Definition at line 340 of file em_usart.h.
#include <em_usart.h>
Data Fields | |
bool | autoTxTriggerEnable |
USART_PrsTriggerCh_TypeDef | prsTriggerChannel |
bool | rxTriggerEnable |
bool | txTriggerEnable |
bool USART_PrsTriggerInit_TypeDef::autoTxTriggerEnable |
USART_PrsTriggerCh_TypeDef USART_PrsTriggerInit_TypeDef::prsTriggerChannel |
PRS channel to be used to trigger auto transmission
Definition at line 351 of file em_usart.h.
Referenced by USART_InitPrsTrigger().
bool USART_PrsTriggerInit_TypeDef::rxTriggerEnable |
Trigger receive via PRS channel
Definition at line 347 of file em_usart.h.
Referenced by USART_InitPrsTrigger().
bool USART_PrsTriggerInit_TypeDef::txTriggerEnable |
Trigger transmit via PRS channel
Definition at line 349 of file em_usart.h.
Referenced by USART_InitPrsTrigger().