Functions | |
__STATIC_INLINE void | ll_uart_enabled_it_ms (uart_regs_t *UARTx) |
Enable Modem Status Interrupt. More... | |
__STATIC_INLINE void | ll_uart_enable_it_rls (uart_regs_t *UARTx) |
Enable Receiver Line Status Interrupt. More... | |
__STATIC_INLINE void | ll_uart_enable_it_thre (uart_regs_t *UARTx) |
Enable Transmit Holding Register Empty Interrupt. More... | |
__STATIC_INLINE void | ll_uart_enable_it_rda (uart_regs_t *UARTx) |
Enable Received Data Available Interrupt and Character Timeout Interrupt. More... | |
__STATIC_INLINE void | ll_uart_disable_it_ms (uart_regs_t *UARTx) |
Disable Modem Status Interrupt. More... | |
__STATIC_INLINE void | ll_uart_disable_it_rls (uart_regs_t *UARTx) |
Disable Receiver Line Status Interrupt. More... | |
__STATIC_INLINE void | ll_uart_disable_it_thre (uart_regs_t *UARTx) |
Disable Transmit Holding Register Empty Interrupt. More... | |
__STATIC_INLINE void | ll_uart_disable_it_rda (uart_regs_t *UARTx) |
Disable Received Data Available Interrupt and Character Timeout Interrupt. More... | |
__STATIC_INLINE uint32_t | ll_uart_is_enabled_it_ms (uart_regs_t *UARTx) |
Check if the UART Modem Status Interrupt is enabled or disabled. More... | |
__STATIC_INLINE uint32_t | ll_uart_is_enabled_it_rls (uart_regs_t *UARTx) |
Check if the UART Receiver Line Status Interrupt is enabled or disabled. More... | |
__STATIC_INLINE uint32_t | ll_uart_is_enabled_it_thre (uart_regs_t *UARTx) |
Check if the UART Transmit Holding Register Empty Interrupt is enabled or disabled. More... | |
__STATIC_INLINE uint32_t | ll_uart_is_enabled_it_rda (uart_regs_t *UARTx) |
Check if the UART Received Data Available Interrupt and Character Timeout Interrupt is enabled or disabled. More... | |
__STATIC_INLINE void | ll_uart_enable_it (uart_regs_t *UARTx, uint32_t mask) |
Enable the specified UART Interrupt. More... | |
__STATIC_INLINE void | ll_uart_disable_it (uart_regs_t *UARTx, uint32_t mask) |
Disable the specified UART Interrupt. More... | |
__STATIC_INLINE uint32_t | ll_uart_is_enabled_it (uart_regs_t *UARTx, uint32_t mask) |
Check if the specified UART Interrupt is enabled or disabled. More... | |
__STATIC_INLINE void ll_uart_disable_it | ( | uart_regs_t * | UARTx, |
uint32_t | mask | ||
) |
Disable the specified UART Interrupt.
Register|BitsName --------|-------- IER | EDSSI IER | ERLS IER | PTIME IER | ETBEI IER | ERBFI
UARTx | UART instance |
mask | This parameter can be a combination of the following values: |
None |
Definition at line 1168 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_disable_it_ms | ( | uart_regs_t * | UARTx | ) |
Disable Modem Status Interrupt.
Register|BitsName --------|-------- IER | EDSSI
UARTx | UART instance |
None |
Definition at line 1012 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_disable_it_rda | ( | uart_regs_t * | UARTx | ) |
Disable Received Data Available Interrupt and Character Timeout Interrupt.
Register|BitsName --------|-------- IER | ERBFI
UARTx | UART instance |
None |
Definition at line 1058 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_disable_it_rls | ( | uart_regs_t * | UARTx | ) |
Disable Receiver Line Status Interrupt.
Register|BitsName --------|-------- IER | RLS
UARTx | UART instance |
None |
Definition at line 1027 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_disable_it_thre | ( | uart_regs_t * | UARTx | ) |
Disable Transmit Holding Register Empty Interrupt.
Register|BitsName --------|-------- IER | PTIME IER | ETBEI
UARTx | UART instance |
None |
Definition at line 1043 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_enable_it | ( | uart_regs_t * | UARTx, |
uint32_t | mask | ||
) |
Enable the specified UART Interrupt.
Register|BitsName --------|-------- IER | EDSSI IER | ERLS IER | PTIME IER | ETBEI IER | ERBFI
UARTx | UART instance |
mask | This parameter can be a combination of the following values: |
None |
Definition at line 1144 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_enable_it_rda | ( | uart_regs_t * | UARTx | ) |
Enable Received Data Available Interrupt and Character Timeout Interrupt.
Register|BitsName --------|-------- IER | ERBFI
UARTx | UART instance |
None |
Definition at line 997 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_enable_it_rls | ( | uart_regs_t * | UARTx | ) |
Enable Receiver Line Status Interrupt.
Register|BitsName --------|-------- IER | RLS
UARTx | UART instance |
None |
Definition at line 966 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_enable_it_thre | ( | uart_regs_t * | UARTx | ) |
Enable Transmit Holding Register Empty Interrupt.
Register|BitsName --------|-------- IER | PTIME IER | ETBEI
UARTx | UART instance |
None |
Definition at line 982 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_enabled_it_ms | ( | uart_regs_t * | UARTx | ) |
Enable Modem Status Interrupt.
Register|BitsName --------|-------- IER | EDSSI
UARTx | UART instance |
None |
Definition at line 951 of file gr55xx_ll_uart.h.
__STATIC_INLINE uint32_t ll_uart_is_enabled_it | ( | uart_regs_t * | UARTx, |
uint32_t | mask | ||
) |
Check if the specified UART Interrupt is enabled or disabled.
Register|BitsName --------|-------- IER | EDSSI IER | ERLS IER | PTIME IER | ETBEI IER | ERBFI
UARTx | UART instance |
mask | This parameter can be a combination of the following values: |
State | of bit (1 or 0). |
Definition at line 1192 of file gr55xx_ll_uart.h.
__STATIC_INLINE uint32_t ll_uart_is_enabled_it_ms | ( | uart_regs_t * | UARTx | ) |
Check if the UART Modem Status Interrupt is enabled or disabled.
Register|BitsName --------|-------- IER | EDSSI
UARTx | UART instance |
State | of bit (1 or 0). |
Definition at line 1073 of file gr55xx_ll_uart.h.
__STATIC_INLINE uint32_t ll_uart_is_enabled_it_rda | ( | uart_regs_t * | UARTx | ) |
Check if the UART Received Data Available Interrupt and Character Timeout Interrupt is enabled or disabled.
Register|BitsName --------|-------- IER | ERBFI
UARTx | UART instance |
State | of bit (1 or 0). |
Definition at line 1120 of file gr55xx_ll_uart.h.
__STATIC_INLINE uint32_t ll_uart_is_enabled_it_rls | ( | uart_regs_t * | UARTx | ) |
Check if the UART Receiver Line Status Interrupt is enabled or disabled.
Register|BitsName --------|-------- IER | RLS
UARTx | UART instance |
State | of bit (1 or 0). |
Definition at line 1088 of file gr55xx_ll_uart.h.
__STATIC_INLINE uint32_t ll_uart_is_enabled_it_thre | ( | uart_regs_t * | UARTx | ) |
Check if the UART Transmit Holding Register Empty Interrupt is enabled or disabled.
Register|BitsName --------|-------- IER | PTIME IER | ETBEI
UARTx | UART instance |
State | of bit (1 or 0). |
Definition at line 1104 of file gr55xx_ll_uart.h.