Searched refs:USART_CR2_MSBFIRST (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 | 289 #define LL_LPUART_BITORDER_MSBFIRST USART_CR2_MSBFIRST /*!< data is transmit… 866 MODIFY_REG(LPUARTx->CR2, USART_CR2_MSBFIRST, BitOrder); in LL_LPUART_SetTransferBitOrder() 881 return (uint32_t)(READ_BIT(LPUARTx->CR2, USART_CR2_MSBFIRST)); in LL_LPUART_GetTransferBitOrder()
|
D | stm32l0xx_ll_usart.h | 394 #define LL_USART_BITORDER_MSBFIRST USART_CR2_MSBFIRST /*!< data is transmitted/rece… 1206 MODIFY_REG(USARTx->CR2, USART_CR2_MSBFIRST, BitOrder); in LL_USART_SetTransferBitOrder() 1221 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_MSBFIRST)); in LL_USART_GetTransferBitOrder()
|
D | stm32l0xx_hal_smartcard.h | 465 #define SMARTCARD_ADVFEATURE_MSBFIRST_ENABLE ((uint32_t)USART_CR2_MSBFIRST) /*!< Most signi…
|
D | stm32l0xx_hal_uart.h | 518 #define UART_ADVFEATURE_MSBFIRST_ENABLE ((uint32_t)USART_CR2_MSBFIRST) /*!< Most significa…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 383 #define LL_LPUART_BITORDER_MSBFIRST USART_CR2_MSBFIRST /*!< data is transmit… 1196 MODIFY_REG(LPUARTx->CR2, USART_CR2_MSBFIRST, BitOrder); in LL_LPUART_SetTransferBitOrder() 1211 return (uint32_t)(READ_BIT(LPUARTx->CR2, USART_CR2_MSBFIRST)); in LL_LPUART_GetTransferBitOrder()
|
D | stm32l4xx_hal_smartcard.h | 545 #define SMARTCARD_ADVFEATURE_MSBFIRST_ENABLE USART_CR2_MSBFIRST /*!< Most significant bit …
|
D | stm32l4xx_ll_usart.h | 496 #define LL_USART_BITORDER_MSBFIRST USART_CR2_MSBFIRST /*!< data is transmitted/rece… 1583 MODIFY_REG(USARTx->CR2, USART_CR2_MSBFIRST, BitOrder); in LL_USART_SetTransferBitOrder() 1598 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_MSBFIRST)); in LL_USART_GetTransferBitOrder()
|
D | stm32l4xx_hal_uart.h | 620 #define UART_ADVFEATURE_MSBFIRST_ENABLE USART_CR2_MSBFIRST /*!< Most significant bit sent/…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_smartcard.c | 1813 MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_MSBFIRST, hsmartcard->AdvancedInit.MSBFirst); in SMARTCARD_AdvFeatureConfig()
|
D | stm32l0xx_hal_uart.c | 2367 MODIFY_REG(huart->Instance->CR2, USART_CR2_MSBFIRST, huart->AdvancedInit.MSBFirst); in UART_AdvFeatureConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_smartcard.c | 2601 MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_MSBFIRST, hsmartcard->AdvancedInit.MSBFirst); in SMARTCARD_AdvFeatureConfig()
|
D | stm32l4xx_hal_uart.c | 3154 MODIFY_REG(huart->Instance->CR2, USART_CR2_MSBFIRST, huart->AdvancedInit.MSBFirst); in UART_AdvFeatureConfig()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6010 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significan… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7072 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significan… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6913 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significan… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 15981 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significan… macro
|