Home
last modified time | relevance | path

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/
Dstm32l0xx_ll_lpuart.h289 #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()
Dstm32l0xx_ll_usart.h394 #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()
Dstm32l0xx_hal_smartcard.h465 #define SMARTCARD_ADVFEATURE_MSBFIRST_ENABLE ((uint32_t)USART_CR2_MSBFIRST) /*!< Most signi…
Dstm32l0xx_hal_uart.h518 #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/
Dstm32l4xx_ll_lpuart.h383 #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()
Dstm32l4xx_hal_smartcard.h545 #define SMARTCARD_ADVFEATURE_MSBFIRST_ENABLE USART_CR2_MSBFIRST /*!< Most significant bit …
Dstm32l4xx_ll_usart.h496 #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()
Dstm32l4xx_hal_uart.h620 #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/
Dstm32l0xx_hal_smartcard.c1813 MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_MSBFIRST, hsmartcard->AdvancedInit.MSBFirst); in SMARTCARD_AdvFeatureConfig()
Dstm32l0xx_hal_uart.c2367 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/
Dstm32l4xx_hal_smartcard.c2601 MODIFY_REG(hsmartcard->Instance->CR2, USART_CR2_MSBFIRST, hsmartcard->AdvancedInit.MSBFirst); in SMARTCARD_AdvFeatureConfig()
Dstm32l4xx_hal_uart.c3154 MODIFY_REG(huart->Instance->CR2, USART_CR2_MSBFIRST, huart->AdvancedInit.MSBFirst); in UART_AdvFeatureConfig()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6010 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significan… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7072 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significan… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h6913 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significan… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15981 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significan… macro