G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
DDL_USART_ClockInitTypeDef Struct Reference

LL USART Clock Init Structure definition. More...

#include <g32r4xx_ddl_usart.h>

Data Fields

uint32_t ClockOutput
uint32_t ClockPolarity
uint32_t ClockPhase
uint32_t LastBitClockPulse

Detailed Description

LL USART Clock Init Structure definition.

Definition at line 138 of file g32r4xx_ddl_usart.h.

Field Documentation

◆ ClockOutput

uint32_t DDL_USART_ClockInitTypeDef::ClockOutput

Specifies whether the USART clock is enabled or disabled. This parameter can be a value of Clock Signal.

USART HW configuration can be modified afterwards using unitary functions DDL_USART_EnableSCLKOutput() or DDL_USART_DisableSCLKOutput(). For more details, refer to description of this function.

Definition at line 140 of file g32r4xx_ddl_usart.h.

◆ ClockPhase

uint32_t DDL_USART_ClockInitTypeDef::ClockPhase

Specifies the clock transition on which the bit capture is made. This parameter can be a value of Clock Phase.

USART HW configuration can be modified afterwards using unitary functions DDL_USART_SetClockPhase(). For more details, refer to description of this function.

Definition at line 153 of file g32r4xx_ddl_usart.h.

◆ ClockPolarity

uint32_t DDL_USART_ClockInitTypeDef::ClockPolarity

Specifies the steady state of the serial clock. This parameter can be a value of Clock Polarity.

USART HW configuration can be modified afterwards using unitary functions DDL_USART_SetClockPolarity(). For more details, refer to description of this function.

Definition at line 147 of file g32r4xx_ddl_usart.h.

◆ LastBitClockPulse

uint32_t DDL_USART_ClockInitTypeDef::LastBitClockPulse

Specifies whether the clock pulse corresponding to the last transmitted data bit (MSB) has to be output on the SCLK pin in synchronous mode. This parameter can be a value of Last Clock Pulse.

USART HW configuration can be modified afterwards using unitary functions DDL_USART_SetLastClkPulseOutput(). For more details, refer to description of this function.

Definition at line 159 of file g32r4xx_ddl_usart.h.


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