MG32L003 Standard Peripherals Firmware Library
|
This file provides all the LPUART firmware functions. More...
Functions | |
void | LPUART_DeInit (LPUART_TypeDef *LPUARTx) |
Deinitializes the LPUARTx peripheral registers to their default reset values. More... | |
void | LPUART_Init (LPUART_TypeDef *LPUARTx, LPUART_InitTypeDef *LPUART_InitStruct) |
Initializes the LPUARTx peripheral according to the specified parameters in the LPUART_InitStruct. More... | |
void | LPUART_StructInit (LPUART_InitTypeDef *LPUART_InitStruct) |
Fills each LPUART_InitStruct member with its default value. More... | |
void | LPUART_Cmd (LPUART_TypeDef *LPUARTx, FunctionalState NewState) |
Enables or disables the specified LPUART peripheral. More... | |
void | LPUART_WriteData (LPUART_TypeDef *LPUARTx, uint8_t Data) |
Write data to SBUF register. More... | |
uint8_t | LPUART_ReadData (LPUART_TypeDef *LPUARTx) |
Read data from SBUF register. More... | |
void | LPUART_ITConfig (LPUART_TypeDef *LPUARTx, uint32_t LPUART_IT, FunctionalState NewState) |
Enables or disables the LPUARTx's interrupts. More... | |
void | LPUART_MultideviceCmd (LPUART_TypeDef *LPUARTx, FunctionalState NewState) |
Enables or disables the LPUARTx's Multidevice function. More... | |
void | LPUART_SetAddress (LPUART_TypeDef *LPUARTx, uint8_t LPUART_Address) |
Sets the address of the LPUART node. More... | |
void | LPUART_SetAddressMask (LPUART_TypeDef *LPUARTx, uint8_t LPUART_AddressMask) |
Sets the address mask of the LPUART node. More... | |
FlagStatus | LPUART_GetFlagStatus (LPUART_TypeDef *LPUARTx, uint32_t LPUART_FLAG) |
Checks whether the specified UART flag is set or not. More... | |
void | LPUART_ClearFlag (LPUART_TypeDef *LPUARTx, uint32_t LPUART_FLAG) |
Clear the specified LPUART flag. More... | |
This file provides all the LPUART firmware functions.