![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_USART_Enable (USART_TypeDef *USARTx) |
| USART Enable. | |
| __STATIC_INLINE void | DDL_USART_Disable (USART_TypeDef *USARTx) |
| USART Disable (all USART prescalers and outputs are disabled). | |
| __STATIC_INLINE uint32_t | DDL_USART_IsEnabled (USART_TypeDef *USARTx) |
| Indicate if USART is enabled. | |
| __STATIC_INLINE void | DDL_USART_EnableDirectionRx (USART_TypeDef *USARTx) |
| Receiver Enable (Receiver is enabled and begins searching for a start bit). | |
| __STATIC_INLINE void | DDL_USART_DisableDirectionRx (USART_TypeDef *USARTx) |
| Receiver Disable. | |
| __STATIC_INLINE void | DDL_USART_EnableDirectionTx (USART_TypeDef *USARTx) |
| Transmitter Enable. | |
| __STATIC_INLINE void | DDL_USART_DisableDirectionTx (USART_TypeDef *USARTx) |
| Transmitter Disable. | |
| __STATIC_INLINE void | DDL_USART_SetTransferDirection (USART_TypeDef *USARTx, uint32_t TransferDirection) |
| Configure simultaneously enabled/disabled states of Transmitter and Receiver. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetTransferDirection (USART_TypeDef *USARTx) |
| Return enabled/disabled states of Transmitter and Receiver. | |
| __STATIC_INLINE void | DDL_USART_SetParity (USART_TypeDef *USARTx, uint32_t Parity) |
| Configure Parity (enabled/disabled and parity mode if enabled). | |
| __STATIC_INLINE uint32_t | DDL_USART_GetParity (USART_TypeDef *USARTx) |
| Return Parity configuration (enabled/disabled and parity mode if enabled). | |
| __STATIC_INLINE void | DDL_USART_SetWakeUpMethod (USART_TypeDef *USARTx, uint32_t Method) |
| Set Receiver Wake Up method from Mute mode. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetWakeUpMethod (USART_TypeDef *USARTx) |
| Return Receiver Wake Up method from Mute mode. | |
| __STATIC_INLINE void | DDL_USART_SetDataWidth (USART_TypeDef *USARTx, uint32_t DataWidth) |
| Set Word length (i.e. nb of data bits, excluding start and stop bits). | |
| __STATIC_INLINE uint32_t | DDL_USART_GetDataWidth (USART_TypeDef *USARTx) |
| Return Word length (i.e. nb of data bits, excluding start and stop bits). | |
| __STATIC_INLINE void | DDL_USART_SetOverSampling (USART_TypeDef *USARTx, uint32_t OverSampling) |
| Set Oversampling to 8-bit or 16-bit mode. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetOverSampling (USART_TypeDef *USARTx) |
| Return Oversampling mode. | |
| __STATIC_INLINE void | DDL_USART_SetLastClkPulseOutput (USART_TypeDef *USARTx, uint32_t LastBitClockPulse) |
| Configure if Clock pulse of the last data bit is output to the SCLK pin or not. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetLastClkPulseOutput (USART_TypeDef *USARTx) |
| Retrieve Clock pulse of the last data bit output configuration (Last bit Clock pulse output to the SCLK pin or not). | |
| __STATIC_INLINE void | DDL_USART_SetClockPhase (USART_TypeDef *USARTx, uint32_t ClockPhase) |
| Select the phase of the clock output on the SCLK pin in synchronous mode. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetClockPhase (USART_TypeDef *USARTx) |
| Return phase of the clock output on the SCLK pin in synchronous mode. | |
| __STATIC_INLINE void | DDL_USART_SetClockPolarity (USART_TypeDef *USARTx, uint32_t ClockPolarity) |
| Select the polarity of the clock output on the SCLK pin in synchronous mode. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetClockPolarity (USART_TypeDef *USARTx) |
| Return polarity of the clock output on the SCLK pin in synchronous mode. | |
| __STATIC_INLINE void | DDL_USART_ConfigClock (USART_TypeDef *USARTx, uint32_t Phase, uint32_t Polarity, uint32_t LBCPOutput) |
| Configure Clock signal format (Phase Polarity and choice about output of last bit clock pulse). | |
| __STATIC_INLINE void | DDL_USART_EnableSCLKOutput (USART_TypeDef *USARTx) |
| Enable Clock output on SCLK pin. | |
| __STATIC_INLINE void | DDL_USART_DisableSCLKOutput (USART_TypeDef *USARTx) |
| Disable Clock output on SCLK pin. | |
| __STATIC_INLINE uint32_t | DDL_USART_IsEnabledSCLKOutput (USART_TypeDef *USARTx) |
| Indicate if Clock output on SCLK pin is enabled. | |
| __STATIC_INLINE void | DDL_USART_SetStopBitsLength (USART_TypeDef *USARTx, uint32_t StopBits) |
| Set the length of the stop bits. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetStopBitsLength (USART_TypeDef *USARTx) |
| Retrieve the length of the stop bits. | |
| __STATIC_INLINE void | DDL_USART_ConfigCharacter (USART_TypeDef *USARTx, uint32_t DataWidth, uint32_t Parity, uint32_t StopBits) |
| Configure Character frame format (Datawidth, Parity control, Stop Bits). | |
| __STATIC_INLINE void | DDL_USART_SetNodeAddress (USART_TypeDef *USARTx, uint32_t NodeAddress) |
| Set Address of the USART node. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetNodeAddress (USART_TypeDef *USARTx) |
| Return 4 bit Address of the USART node as set in ADD field of CTRL2. | |
| __STATIC_INLINE void | DDL_USART_EnableRTSHWFlowCtrl (USART_TypeDef *USARTx) |
| Enable RTS HW Flow Control. | |
| __STATIC_INLINE void | DDL_USART_DisableRTSHWFlowCtrl (USART_TypeDef *USARTx) |
| Disable RTS HW Flow Control. | |
| __STATIC_INLINE void | DDL_USART_EnableCTSHWFlowCtrl (USART_TypeDef *USARTx) |
| Enable CTS HW Flow Control. | |
| __STATIC_INLINE void | DDL_USART_DisableCTSHWFlowCtrl (USART_TypeDef *USARTx) |
| Disable CTS HW Flow Control. | |
| __STATIC_INLINE void | DDL_USART_SetHWFlowCtrl (USART_TypeDef *USARTx, uint32_t HardwareFlowControl) |
| Configure HW Flow Control mode (both CTS and RTS). | |
| __STATIC_INLINE uint32_t | DDL_USART_GetHWFlowCtrl (USART_TypeDef *USARTx) |
| Return HW Flow Control configuration (both CTS and RTS). | |
| __STATIC_INLINE void | DDL_USART_SetDEDeassertionTime (USART_TypeDef *USARTx, uint32_t Time) |
| Set DEDT (Driver Enable De-Assertion Time), Time value expressed on 5 bits ([4:0] bits). | |
| __STATIC_INLINE uint32_t | DDL_USART_GetDEDeassertionTime (USART_TypeDef *USARTx) |
| Return DEDT (Driver Enable De-Assertion Time). | |
| __STATIC_INLINE void | DDL_USART_SetDEAssertionTime (USART_TypeDef *USARTx, uint32_t Time) |
| Set DEAT (Driver Enable Assertion Time), Time value expressed on 5 bits ([4:0] bits). | |
| __STATIC_INLINE uint32_t | DDL_USART_GetDEAssertionTime (USART_TypeDef *USARTx) |
| Return DEAT (Driver Enable Assertion Time). | |
| __STATIC_INLINE void | DDL_USART_EnableDEMode (USART_TypeDef *USARTx) |
| Enable Driver Enable (DE) Mode. | |
| __STATIC_INLINE void | DDL_USART_DisableDEMode (USART_TypeDef *USARTx) |
| Disable Driver Enable (DE) Mode. | |
| __STATIC_INLINE uint32_t | DDL_USART_IsEnabledDEMode (USART_TypeDef *USARTx) |
| Indicate if Driver Enable (DE) Mode is enabled. | |
| __STATIC_INLINE void | DDL_USART_SetBaudRate (USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling, uint32_t BaudRate) |
| Configure USART BRR register for achieving expected Baud Rate value. | |
| __STATIC_INLINE uint32_t | DDL_USART_GetBaudRate (USART_TypeDef *USARTx, uint32_t PeriphClk, uint32_t OverSampling) |
| Return current Baud Rate value, according to USARTDIV present in BRR register (full BRR content), and to used Peripheral Clock and Oversampling mode values. | |
| __STATIC_INLINE void | DDL_USART_SetSampleMethod (USART_TypeDef *USARTx, uint32_t Sample) |
| Configure sampling method. | |
| __STATIC_INLINE void DDL_USART_ConfigCharacter | ( | USART_TypeDef * | USARTx, |
| uint32_t | DataWidth, | ||
| uint32_t | Parity, | ||
| uint32_t | StopBits ) |
Configure Character frame format (Datawidth, Parity control, Stop Bits).
| USARTx | USART Instance |
| DataWidth | This parameter can be one of the following values: |
| Parity | This parameter can be one of the following values: |
| StopBits | This parameter can be one of the following values: |
| None |
Definition at line 844 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_ConfigClock | ( | USART_TypeDef * | USARTx, |
| uint32_t | Phase, | ||
| uint32_t | Polarity, | ||
| uint32_t | LBCPOutput ) |
Configure Clock signal format (Phase Polarity and choice about output of last bit clock pulse).
| USARTx | USART Instance |
| Phase | This parameter can be one of the following values: |
| Polarity | This parameter can be one of the following values: |
| LBCPOutput | This parameter can be one of the following values: |
| None |
Definition at line 753 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_Disable | ( | USART_TypeDef * | USARTx | ) |
USART Disable (all USART prescalers and outputs are disabled).
| USARTx | USART Instance |
| None |
Definition at line 455 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_DisableCTSHWFlowCtrl | ( | USART_TypeDef * | USARTx | ) |
Disable CTS HW Flow Control.
| USARTx | USART Instance |
| None |
Definition at line 918 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_DisableDEMode | ( | USART_TypeDef * | USARTx | ) |
Disable Driver Enable (DE) Mode.
| USARTx | USART Instance |
| None |
Definition at line 1025 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_DisableDirectionRx | ( | USART_TypeDef * | USARTx | ) |
Receiver Disable.
| USARTx | USART Instance |
| None |
Definition at line 485 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_DisableDirectionTx | ( | USART_TypeDef * | USARTx | ) |
Transmitter Disable.
| USARTx | USART Instance |
| None |
Definition at line 505 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_DisableRTSHWFlowCtrl | ( | USART_TypeDef * | USARTx | ) |
Disable RTS HW Flow Control.
| USARTx | USART Instance |
| None |
Definition at line 894 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_DisableSCLKOutput | ( | USART_TypeDef * | USARTx | ) |
Disable Clock output on SCLK pin.
| USARTx | USART Instance |
| None |
Definition at line 777 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_Enable | ( | USART_TypeDef * | USARTx | ) |
USART Enable.
| USARTx | USART Instance |
| None |
Definition at line 442 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_EnableCTSHWFlowCtrl | ( | USART_TypeDef * | USARTx | ) |
Enable CTS HW Flow Control.
| USARTx | USART Instance |
| None |
Definition at line 906 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_EnableDEMode | ( | USART_TypeDef * | USARTx | ) |
Enable Driver Enable (DE) Mode.
| USARTx | USART Instance |
| None |
Definition at line 1013 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_EnableDirectionRx | ( | USART_TypeDef * | USARTx | ) |
Receiver Enable (Receiver is enabled and begins searching for a start bit).
| USARTx | USART Instance |
| None |
Definition at line 475 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_EnableDirectionTx | ( | USART_TypeDef * | USARTx | ) |
Transmitter Enable.
| USARTx | USART Instance |
| None |
Definition at line 495 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_EnableRTSHWFlowCtrl | ( | USART_TypeDef * | USARTx | ) |
Enable RTS HW Flow Control.
| USARTx | USART Instance |
| None |
Definition at line 882 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_EnableSCLKOutput | ( | USART_TypeDef * | USARTx | ) |
Enable Clock output on SCLK pin.
| USARTx | USART Instance |
| None |
Definition at line 765 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetBaudRate | ( | USART_TypeDef * | USARTx, |
| uint32_t | PeriphClk, | ||
| uint32_t | OverSampling ) |
Return current Baud Rate value, according to USARTDIV present in BRR register (full BRR content), and to used Peripheral Clock and Oversampling mode values.
| USARTx | USART Instance |
| PeriphClk | Peripheral Clock |
| OverSampling | This parameter can be one of the following values: |
| Baud | Rate |
Definition at line 1095 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetClockPhase | ( | USART_TypeDef * | USARTx | ) |
Return phase of the clock output on the SCLK pin in synchronous mode.
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 699 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetClockPolarity | ( | USART_TypeDef * | USARTx | ) |
Return polarity of the clock output on the SCLK pin in synchronous mode.
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 728 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetDataWidth | ( | USART_TypeDef * | USARTx | ) |
Return Word length (i.e. nb of data bits, excluding start and stop bits).
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 615 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetDEAssertionTime | ( | USART_TypeDef * | USARTx | ) |
Return DEAT (Driver Enable Assertion Time).
| USARTx | USART Instance |
| Time | value expressed on 5 bits ([4:0] bits) : Value between Min_Data=0 and Max_Data=31 |
Definition at line 1001 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetDEDeassertionTime | ( | USART_TypeDef * | USARTx | ) |
Return DEDT (Driver Enable De-Assertion Time).
| USARTx | USART Instance |
| Time | value expressed on 5 bits ([4:0] bits) : Value between Min_Data=0 and Max_Data=31 |
Definition at line 976 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetHWFlowCtrl | ( | USART_TypeDef * | USARTx | ) |
Return HW Flow Control configuration (both CTS and RTS).
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 951 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetLastClkPulseOutput | ( | USART_TypeDef * | USARTx | ) |
Retrieve Clock pulse of the last data bit output configuration (Last bit Clock pulse output to the SCLK pin or not).
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 670 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetNodeAddress | ( | USART_TypeDef * | USARTx | ) |
Return 4 bit Address of the USART node as set in ADD field of CTRL2.
| USARTx | USART Instance |
| Address | of the USART node (Value between Min_Data=0 and Max_Data=255) |
Definition at line 870 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetOverSampling | ( | USART_TypeDef * | USARTx | ) |
Return Oversampling mode.
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 640 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetParity | ( | USART_TypeDef * | USARTx | ) |
Return Parity configuration (enabled/disabled and parity mode if enabled).
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 565 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetStopBitsLength | ( | USART_TypeDef * | USARTx | ) |
Retrieve the length of the stop bits.
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 818 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetTransferDirection | ( | USART_TypeDef * | USARTx | ) |
Return enabled/disabled states of Transmitter and Receiver.
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 535 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_GetWakeUpMethod | ( | USART_TypeDef * | USARTx | ) |
Return Receiver Wake Up method from Mute mode.
| USARTx | USART Instance |
| Returned | value can be one of the following values: |
Definition at line 590 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_IsEnabled | ( | USART_TypeDef * | USARTx | ) |
Indicate if USART is enabled.
| USARTx | USART Instance |
| State | of bit (1 or 0). |
Definition at line 465 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_IsEnabledDEMode | ( | USART_TypeDef * | USARTx | ) |
Indicate if Driver Enable (DE) Mode is enabled.
| USARTx | USART Instance |
| State | of bit (1 or 0). |
Definition at line 1037 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE uint32_t DDL_USART_IsEnabledSCLKOutput | ( | USART_TypeDef * | USARTx | ) |
Indicate if Clock output on SCLK pin is enabled.
| USARTx | USART Instance |
| State | of bit (1 or 0). |
Definition at line 789 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetBaudRate | ( | USART_TypeDef * | USARTx, |
| uint32_t | PeriphClk, | ||
| uint32_t | OverSampling, | ||
| uint32_t | BaudRate ) |
Configure USART BRR register for achieving expected Baud Rate value.
| USARTx | USART Instance |
| PeriphClk | Peripheral Clock |
| OverSampling | This parameter can be one of the following values: |
| BaudRate | Baud Rate |
| None |
Definition at line 1056 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetClockPhase | ( | USART_TypeDef * | USARTx, |
| uint32_t | ClockPhase ) |
Select the phase of the clock output on the SCLK pin in synchronous mode.
| USARTx | USART Instance |
| ClockPhase | This parameter can be one of the following values: |
| None |
Definition at line 685 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetClockPolarity | ( | USART_TypeDef * | USARTx, |
| uint32_t | ClockPolarity ) |
Select the polarity of the clock output on the SCLK pin in synchronous mode.
| USARTx | USART Instance |
| ClockPolarity | This parameter can be one of the following values: |
| None |
Definition at line 714 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetDataWidth | ( | USART_TypeDef * | USARTx, |
| uint32_t | DataWidth ) |
Set Word length (i.e. nb of data bits, excluding start and stop bits).
| USARTx | USART Instance |
| DataWidth | This parameter can be one of the following values: |
| None |
Definition at line 603 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetDEAssertionTime | ( | USART_TypeDef * | USARTx, |
| uint32_t | Time ) |
Set DEAT (Driver Enable Assertion Time), Time value expressed on 5 bits ([4:0] bits).
| USARTx | USART Instance |
| Time | Value between Min_Data=0 and Max_Data=31 |
| None |
Definition at line 989 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetDEDeassertionTime | ( | USART_TypeDef * | USARTx, |
| uint32_t | Time ) |
Set DEDT (Driver Enable De-Assertion Time), Time value expressed on 5 bits ([4:0] bits).
| USARTx | USART Instance |
| Time | Value between Min_Data=0 and Max_Data=31 |
| None |
Definition at line 964 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetHWFlowCtrl | ( | USART_TypeDef * | USARTx, |
| uint32_t | HardwareFlowControl ) |
Configure HW Flow Control mode (both CTS and RTS).
| USARTx | USART Instance |
| HardwareFlowControl | This parameter can be one of the following values: |
| None |
Definition at line 935 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetLastClkPulseOutput | ( | USART_TypeDef * | USARTx, |
| uint32_t | LastBitClockPulse ) |
Configure if Clock pulse of the last data bit is output to the SCLK pin or not.
| USARTx | USART Instance |
| LastBitClockPulse | This parameter can be one of the following values: |
| None |
Definition at line 655 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetNodeAddress | ( | USART_TypeDef * | USARTx, |
| uint32_t | NodeAddress ) |
Set Address of the USART node.
| USARTx | USART Instance |
| NodeAddress | 4 bit Address of the USART node. |
| None |
Definition at line 859 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetOverSampling | ( | USART_TypeDef * | USARTx, |
| uint32_t | OverSampling ) |
Set Oversampling to 8-bit or 16-bit mode.
| USARTx | USART Instance |
| OverSampling | This parameter can be one of the following values: |
| None |
Definition at line 628 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetParity | ( | USART_TypeDef * | USARTx, |
| uint32_t | Parity ) |
Configure Parity (enabled/disabled and parity mode if enabled).
| USARTx | USART Instance |
| Parity | This parameter can be one of the following values: |
| None |
Definition at line 552 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetSampleMethod | ( | USART_TypeDef * | USARTx, |
| uint32_t | Sample ) |
Configure sampling method.
| USARTx | USART Instance |
| Sample | Peripheral Clock |
| None |
Definition at line 1128 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetStopBitsLength | ( | USART_TypeDef * | USARTx, |
| uint32_t | StopBits ) |
Set the length of the stop bits.
| USARTx | USART Instance |
| StopBits | This parameter can be one of the following values: |
| None |
Definition at line 804 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetTransferDirection | ( | USART_TypeDef * | USARTx, |
| uint32_t | TransferDirection ) |
Configure simultaneously enabled/disabled states of Transmitter and Receiver.
| USARTx | USART Instance |
| TransferDirection | This parameter can be one of the following values: |
| None |
Definition at line 521 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_SetWakeUpMethod | ( | USART_TypeDef * | USARTx, |
| uint32_t | Method ) |
Set Receiver Wake Up method from Mute mode.
| USARTx | USART Instance |
| Method | This parameter can be one of the following values: |
| None |
Definition at line 578 of file g32r4xx_ddl_usart.h.