EFM32 Giant Gecko Software Documentation  efm32gg-doc-4.2.1
USART_PrsTriggerInit_TypeDef Struct Reference

#include <em_usart.h>

Data Fields

bool autoTxTriggerEnable
 
bool rxTriggerEnable
 
bool txTriggerEnable
 
USART_PrsTriggerCh_TypeDef prsTriggerChannel
 

Detailed Description

USART PRS trigger enable

Definition at line 298 of file em_usart.h.

Field Documentation

bool USART_PrsTriggerInit_TypeDef::autoTxTriggerEnable

Enable AUTOTX

Definition at line 302 of file em_usart.h.

Referenced by USART_InitPrsTrigger().

bool USART_PrsTriggerInit_TypeDef::rxTriggerEnable

Trigger receive via PRS channel

Definition at line 305 of file em_usart.h.

Referenced by USART_InitPrsTrigger().

bool USART_PrsTriggerInit_TypeDef::txTriggerEnable

Trigger transmit via PRS channel

Definition at line 307 of file em_usart.h.

Referenced by USART_InitPrsTrigger().

USART_PrsTriggerCh_TypeDef USART_PrsTriggerInit_TypeDef::prsTriggerChannel

PRS channel to be used to trigger auto transmission

Definition at line 309 of file em_usart.h.

Referenced by USART_InitPrsTrigger().


The documentation for this struct was generated from the following file: