Searched refs:USART_CR2_SWAP (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 | 253 #define LL_LPUART_TXRX_SWAPPED (USART_CR2_SWAP) /*!< TX and RX pins f… 753 MODIFY_REG(LPUARTx->CR2, USART_CR2_SWAP, SwapConfig); in LL_LPUART_SetTXRXSwap() 766 return (uint32_t)(READ_BIT(LPUARTx->CR2, USART_CR2_SWAP)); in LL_LPUART_GetTXRXSwap()
|
D | stm32l0xx_ll_usart.h | 358 #define LL_USART_TXRX_SWAPPED (USART_CR2_SWAP) /*!< TX and RX pins functions… 1094 MODIFY_REG(USARTx->CR2, USART_CR2_SWAP, SwapConfig); in LL_USART_SetTXRXSwap() 1107 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_SWAP)); in LL_USART_GetTXRXSwap()
|
D | stm32l0xx_hal_smartcard.h | 438 #define SMARTCARD_ADVFEATURE_SWAP_ENABLE ((uint32_t)USART_CR2_SWAP) /*!< TX/RX pins s…
|
D | stm32l0xx_hal_uart.h | 482 #define UART_ADVFEATURE_SWAP_ENABLE ((uint32_t)USART_CR2_SWAP) /*!< TX/RX pins swa…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 347 #define LL_LPUART_TXRX_SWAPPED (USART_CR2_SWAP) /*!< TX and RX pins f… 1083 MODIFY_REG(LPUARTx->CR2, USART_CR2_SWAP, SwapConfig); in LL_LPUART_SetTXRXSwap() 1096 return (uint32_t)(READ_BIT(LPUARTx->CR2, USART_CR2_SWAP)); in LL_LPUART_GetTXRXSwap()
|
D | stm32l4xx_hal_smartcard.h | 518 #define SMARTCARD_ADVFEATURE_SWAP_ENABLE USART_CR2_SWAP /*!< TX/RX pins swap enabl…
|
D | stm32l4xx_ll_usart.h | 460 #define LL_USART_TXRX_SWAPPED (USART_CR2_SWAP) /*!< TX and RX pins functions… 1471 MODIFY_REG(USARTx->CR2, USART_CR2_SWAP, SwapConfig); in LL_USART_SetTXRXSwap() 1484 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_SWAP)); in LL_USART_GetTXRXSwap()
|
D | stm32l4xx_hal_uart.h | 584 #define UART_ADVFEATURE_SWAP_ENABLE USART_CR2_SWAP /*!< TX/RX pins swap enable */
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_smartcard.c | 1792 MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_SWAP, hsmartcard->AdvancedInit.Swap); in SMARTCARD_AdvFeatureConfig()
|
D | stm32l0xx_hal_uart.c | 2332 MODIFY_REG(huart->Instance->CR2, USART_CR2_SWAP, huart->AdvancedInit.Swap); in UART_AdvFeatureConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_smartcard.c | 2580 MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_SWAP, hsmartcard->AdvancedInit.Swap); in SMARTCARD_AdvFeatureConfig()
|
D | stm32l4xx_hal_uart.c | 3119 MODIFY_REG(huart->Instance->CR2, USART_CR2_SWAP, huart->AdvancedInit.Swap); in UART_AdvFeatureConfig()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 5998 #define USART_CR2_SWAP USART_CR2_SWAP_Msk /*!< SWAP TX/RX pins… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7060 #define USART_CR2_SWAP USART_CR2_SWAP_Msk /*!< SWAP TX/RX pins… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6901 #define USART_CR2_SWAP USART_CR2_SWAP_Msk /*!< SWAP TX/RX pins… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 15969 #define USART_CR2_SWAP USART_CR2_SWAP_Msk /*!< SWAP TX/RX pins… macro
|