Home
last modified time | relevance | path

Searched refs:USART_CR2_RXINV (Results 1 – 16 of 16) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h262 #define LL_LPUART_RXPIN_LEVEL_INVERTED (USART_CR2_RXINV) /*!< RX pin signal va…
780 MODIFY_REG(LPUARTx->CR2, USART_CR2_RXINV, PinInvMethod); in LL_LPUART_SetRXPinLevel()
793 return (uint32_t)(READ_BIT(LPUARTx->CR2, USART_CR2_RXINV)); in LL_LPUART_GetRXPinLevel()
Dstm32l0xx_ll_usart.h367 #define LL_USART_RXPIN_LEVEL_INVERTED (USART_CR2_RXINV) /*!< RX pin signal values are…
1121 MODIFY_REG(USARTx->CR2, USART_CR2_RXINV, PinInvMethod); in LL_USART_SetRXPinLevel()
1134 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_RXINV)); in LL_USART_GetRXPinLevel()
Dstm32l0xx_hal_smartcard.h420 #define SMARTCARD_ADVFEATURE_RXINV_ENABLE ((uint32_t)USART_CR2_RXINV) /*!< RX pin activ…
Dstm32l0xx_hal_uart.h464 #define UART_ADVFEATURE_RXINV_ENABLE ((uint32_t)USART_CR2_RXINV) /*!< RX pin active …
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lpuart.h356 #define LL_LPUART_RXPIN_LEVEL_INVERTED (USART_CR2_RXINV) /*!< RX pin signal va…
1110 MODIFY_REG(LPUARTx->CR2, USART_CR2_RXINV, PinInvMethod); in LL_LPUART_SetRXPinLevel()
1123 return (uint32_t)(READ_BIT(LPUARTx->CR2, USART_CR2_RXINV)); in LL_LPUART_GetRXPinLevel()
Dstm32l4xx_hal_smartcard.h500 #define SMARTCARD_ADVFEATURE_RXINV_ENABLE USART_CR2_RXINV /*!< RX pin active level i…
Dstm32l4xx_ll_usart.h469 #define LL_USART_RXPIN_LEVEL_INVERTED (USART_CR2_RXINV) /*!< RX pin signal values are…
1498 MODIFY_REG(USARTx->CR2, USART_CR2_RXINV, PinInvMethod); in LL_USART_SetRXPinLevel()
1511 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_RXINV)); in LL_USART_GetRXPinLevel()
Dstm32l4xx_hal_uart.h566 #define UART_ADVFEATURE_RXINV_ENABLE USART_CR2_RXINV /*!< RX pin active level invers…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smartcard.c1778 … MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_RXINV, hsmartcard->AdvancedInit.RxPinLevelInvert); in SMARTCARD_AdvFeatureConfig()
Dstm32l0xx_hal_uart.c2318 MODIFY_REG(huart->Instance->CR2, USART_CR2_RXINV, huart->AdvancedInit.RxPinLevelInvert); in UART_AdvFeatureConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smartcard.c2566 … MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_RXINV, hsmartcard->AdvancedInit.RxPinLevelInvert); in SMARTCARD_AdvFeatureConfig()
Dstm32l4xx_hal_uart.c3105 MODIFY_REG(huart->Instance->CR2, USART_CR2_RXINV, huart->AdvancedInit.RxPinLevelInvert); in UART_AdvFeatureConfig()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6001 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7063 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h6904 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15972 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro