Home
last modified time | relevance | path

Searched refs:USART_CR2_STOP_0 (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_usart.h222 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
224 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_smartcard.h267 #define SMARTCARD_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
268 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Dstm32f2xx_hal_usart.h206 #define USART_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
208 #define USART_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Dstm32f2xx_ll_usart.h278 #define LL_USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< 0.5…
280 #define LL_USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< 1.5…
1642 SET_BIT(USARTx->CR2, (USART_CR2_STOP_0 | USART_CR2_STOP_1 | USART_CR2_CLKEN)); in LL_USART_ConfigSmartcardMode()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_usart.h222 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
224 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_smartcard.h267 #define SMARTCARD_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
268 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Dstm32f1xx_hal_usart.h206 #define USART_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
208 #define USART_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Dstm32f1xx_ll_usart.h280 #define LL_USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< 0.5…
282 #define LL_USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< 1.5…
1690 SET_BIT(USARTx->CR2, (USART_CR2_STOP_0 | USART_CR2_STOP_1 | USART_CR2_CLKEN)); in LL_USART_ConfigSmartcardMode()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_usart.h222 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
224 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_smartcard.h267 #define SMARTCARD_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
268 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Dstm32f4xx_hal_usart.h206 #define USART_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
208 #define USART_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Dstm32f4xx_ll_usart.h278 #define LL_USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< 0.5…
280 #define LL_USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< 1.5…
1642 SET_BIT(USARTx->CR2, (USART_CR2_STOP_0 | USART_CR2_STOP_1 | USART_CR2_CLKEN)); in LL_USART_ConfigSmartcardMode()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_usart.h206 #define USART_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
208 #define USART_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Dstm32l1xx_hal_smartcard.h267 #define SMARTCARD_STOPBITS_0_5 ((uint32_t)USART_CR2_STOP_0)
268 #define SMARTCARD_STOPBITS_1_5 ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
Dstm32l1xx_ll_usart.h278 #define LL_USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< 0.5…
280 #define LL_USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< 1.5…
1642 SET_BIT(USARTx->CR2, (USART_CR2_STOP_0 | USART_CR2_STOP_1 | USART_CR2_CLKEN)); in LL_USART_ConfigSmartcardMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_usart.h222 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
224 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_usart.h231 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
233 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_usart.h235 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
237 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_usart.h231 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
233 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_usart.h243 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
245 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_usart.h239 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
241 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_usart.h231 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
233 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_usart.h254 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
256 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_usart.h240 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
242 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_usart.h246 #define USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< USART frame …
248 #define USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< USART frame …

12345678910>>...15