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/ |
D | stm32l0xx_ll_lpuart.h | 262 #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()
|
D | stm32l0xx_ll_usart.h | 367 #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()
|
D | stm32l0xx_hal_smartcard.h | 420 #define SMARTCARD_ADVFEATURE_RXINV_ENABLE ((uint32_t)USART_CR2_RXINV) /*!< RX pin activ…
|
D | stm32l0xx_hal_uart.h | 464 #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/ |
D | stm32l4xx_ll_lpuart.h | 356 #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()
|
D | stm32l4xx_hal_smartcard.h | 500 #define SMARTCARD_ADVFEATURE_RXINV_ENABLE USART_CR2_RXINV /*!< RX pin active level i…
|
D | stm32l4xx_ll_usart.h | 469 #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()
|
D | stm32l4xx_hal_uart.h | 566 #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/ |
D | stm32l0xx_hal_smartcard.c | 1778 … MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_RXINV, hsmartcard->AdvancedInit.RxPinLevelInvert); in SMARTCARD_AdvFeatureConfig()
|
D | stm32l0xx_hal_uart.c | 2318 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/ |
D | stm32l4xx_hal_smartcard.c | 2566 … MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_RXINV, hsmartcard->AdvancedInit.RxPinLevelInvert); in SMARTCARD_AdvFeatureConfig()
|
D | stm32l4xx_hal_uart.c | 3105 MODIFY_REG(huart->Instance->CR2, USART_CR2_RXINV, huart->AdvancedInit.RxPinLevelInvert); in UART_AdvFeatureConfig()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6001 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7063 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6904 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 15972 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active l… macro
|