Searched refs:USART_CR1_PCE (Results 1 – 25 of 42) sorted by relevance
12
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_lpuart.h | 215 #define LL_LPUART_PARITY_EVEN USART_CR1_PCE /*!< Parity control e… 216 #define LL_LPUART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Parity control e… 577 MODIFY_REG(LPUARTx->CR1, USART_CR1_PS | USART_CR1_PCE, Parity); in LL_LPUART_SetParity() 592 return (uint32_t)(READ_BIT(LPUARTx->CR1, USART_CR1_PS | USART_CR1_PCE)); in LL_LPUART_GetParity() 738 MODIFY_REG(LPUARTx->CR1, USART_CR1_PS | USART_CR1_PCE | USART_CR1_M, Parity | DataWidth); in LL_LPUART_ConfigCharacter()
|
D | stm32l0xx_hal_usart.h | 194 #define USART_PARITY_EVEN ((uint32_t)USART_CR1_PCE) /*!< Even p… 195 #define USART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) /*!< Odd pa…
|
D | stm32l0xx_hal_irda.h | 237 #define IRDA_PARITY_EVEN ((uint32_t)USART_CR1_PCE) /*!< Even p… 238 #define IRDA_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) /*!< Odd pa…
|
D | stm32l0xx_hal_smartcard.h | 311 #define SMARTCARD_PARITY_EVEN ((uint32_t)USART_CR1_PCE) /*!< SMARTCA… 312 #define SMARTCARD_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) /*!< SMARTCA…
|
D | stm32l0xx_ll_usart.h | 270 #define LL_USART_PARITY_EVEN USART_CR1_PCE /*!< Parity co… 271 #define LL_USART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Parity co… 721 MODIFY_REG(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE, Parity); in LL_USART_SetParity() 736 return (uint32_t)(READ_BIT(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE)); in LL_USART_GetParity() 1079 MODIFY_REG(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE | USART_CR1_M, Parity | DataWidth); in LL_USART_ConfigCharacter()
|
D | stm32l0xx_hal_uart.h | 295 #define UART_PARITY_EVEN ((uint32_t)USART_CR1_PCE) /*!< Eve… 296 #define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) /*!< Odd…
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_usart.h | 210 #define LL_USART_PARITY_EVEN USART_CR1_PCE /*!< Parity co… 211 #define LL_USART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Parity co… 539 MODIFY_REG(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE, Parity); in LL_USART_SetParity() 554 return (uint32_t)(READ_BIT(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE)); in LL_USART_GetParity() 858 MODIFY_REG(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE | USART_CR1_M, Parity | DataWidth); in LL_USART_ConfigCharacter()
|
D | stm32l1xx_hal_irda.h | 180 #define IRDA_PARITY_EVEN ((uint32_t)USART_CR1_PCE) 181 #define IRDA_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS))
|
D | stm32l1xx_hal_smartcard.h | 204 #define SMARTCARD_PARITY_EVEN ((uint32_t)USART_CR1_PCE) 205 #define SMARTCARD_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS))
|
D | stm32l1xx_hal_usart.h | 194 #define USART_PARITY_EVEN ((uint32_t)USART_CR1_PCE) 195 #define USART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS))
|
D | stm32l1xx_hal_uart.h | 191 #define UART_PARITY_EVEN ((uint32_t)USART_CR1_PCE) 192 #define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS))
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_lpuart.c | 181 (USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | USART_CR1_TE | USART_CR1_RE), in LL_LPUART_Init()
|
D | stm32l0xx_ll_usart.c | 238 (USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | in LL_USART_Init()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 288 #define LL_LPUART_PARITY_EVEN USART_CR1_PCE /*!< Parity control e… 289 #define LL_LPUART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Parity control e… 858 MODIFY_REG(LPUARTx->CR1, USART_CR1_PS | USART_CR1_PCE, Parity); in LL_LPUART_SetParity() 873 return (uint32_t)(READ_BIT(LPUARTx->CR1, USART_CR1_PS | USART_CR1_PCE)); in LL_LPUART_GetParity() 1068 MODIFY_REG(LPUARTx->CR1, USART_CR1_PS | USART_CR1_PCE | USART_CR1_M, Parity | DataWidth); in LL_LPUART_ConfigCharacter()
|
D | stm32l4xx_hal_irda.h | 309 #define IRDA_PARITY_EVEN USART_CR1_PCE /*!< Even parity */ 310 #define IRDA_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Odd parity */
|
D | stm32l4xx_hal_usart.h | 278 #define USART_PARITY_EVEN USART_CR1_PCE /*!< Even parity */ 279 #define USART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Odd parity */
|
D | stm32l4xx_hal_smartcard.h | 394 #define SMARTCARD_PARITY_EVEN USART_CR1_PCE /*!< SMARTCARD frame ev… 395 #define SMARTCARD_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< SMARTCARD frame od…
|
D | stm32l4xx_ll_usart.h | 351 #define LL_USART_PARITY_EVEN USART_CR1_PCE /*!< Parity co… 352 #define LL_USART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Parity co… 1045 MODIFY_REG(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE, Parity); in LL_USART_SetParity() 1060 return (uint32_t)(READ_BIT(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE)); in LL_USART_GetParity() 1456 MODIFY_REG(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE | USART_CR1_M, Parity | DataWidth); in LL_USART_ConfigCharacter()
|
D | stm32l4xx_hal_uart.h | 375 #define UART_PARITY_EVEN USART_CR1_PCE /*!< Even parity */ 376 #define UART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Odd parity */
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_lpuart.c | 212 (USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | USART_CR1_TE | USART_CR1_RE), in LL_LPUART_Init()
|
D | stm32l4xx_ll_usart.c | 267 (USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | in LL_USART_Init()
|
D | stm32l4xx_hal_smartcard.c | 220 #define USART_CR1_FIELDS ((uint32_t)(USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | \ 224 #define USART_CR1_FIELDS ((uint32_t)(USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | \
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_usart.c | 237 (USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | in LL_USART_Init()
|
D | stm32l1xx_hal_smartcard.c | 1290 ((uint32_t)(USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | USART_CR1_TE | USART_CR1_RE)), in SMARTCARD_SetConfig() 1291 ((uint32_t)(USART_CR1_M | USART_CR1_PCE | hsc->Init.Parity | hsc->Init.Mode)) ); in SMARTCARD_SetConfig()
|
D | stm32l1xx_hal_irda.c | 1541 ((uint32_t)(USART_CR1_M | USART_CR1_PCE | USART_CR1_PS | USART_CR1_TE | USART_CR1_RE)), in IRDA_SetConfig()
|
12