Home
last modified time | relevance | path

Searched refs:USART_CR_POS (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_usart.h361 #define USART_CR_POS 5U /*!< USART control register position … macro
480 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
482 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
499 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
501 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_usart.h368 #define USART_CR_POS 5U /*!< USART control register position … macro
479 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
481 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
498 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
500 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_usart.h365 #define USART_CR_POS 5U /*!< USART control register position … macro
485 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
487 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
504 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
506 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_usart.h361 #define USART_CR_POS 5U /*!< USART control register position … macro
471 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
473 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
490 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
492 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_usart.h404 #define USART_CR_POS 5U /*!< USART control register position … macro
539 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
541 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
564 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
566 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_usart.h408 #define USART_CR_POS 5U /*!< USART control register position … macro
542 …(__HANDLE__, __INTERRUPT__) (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)? ((__HA…
543 …((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)? ((__HANDLE__)->Instance->CR2 |= (1U <…
564 …T(__HANDLE__, __INTERRUPT__) (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)? ((__HA…
565 …((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)? ((__HANDLE__)->Instance->CR2 &= ~ (1U…
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_usart.h404 #define USART_CR_POS 5U /*!< USART control register position … macro
539 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
541 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
564 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
566 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_usart.h416 #define USART_CR_POS 5U /*!< USART control register position … macro
551 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
553 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
576 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
578 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_usart.h412 #define USART_CR_POS 5U /*!< USART control register position … macro
547 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
549 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
572 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
574 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_usart.h404 #define USART_CR_POS 5U /*!< USART control register position … macro
539 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
541 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
564 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
566 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_usart.h451 #define USART_CR_POS 5U /*!< USART control register position … macro
590 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
592 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
615 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
617 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_usart.h413 #define USART_CR_POS 5U /*!< USART control register position … macro
548 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
550 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
573 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
575 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_usart.h419 #define USART_CR_POS 5U /*!< USART control register position … macro
554 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
556 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
579 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
581 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_usart.h422 #define USART_CR_POS 5U /*!< USART control register position … macro
557 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
559 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
582 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
584 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_usart.h417 #define USART_CR_POS 5U /*!< USART control register position … macro
552 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
554 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
577 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
579 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_usart.h416 #define USART_CR_POS 5U /*!< USART control register position … macro
548 …(__HANDLE__, __INTERRUPT__) (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)? ((__HA…
549 …((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)? ((__HANDLE__)->Instance->CR2 |= ((uin…
570 …T(__HANDLE__, __INTERRUPT__) (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)? ((__HA…
571 …((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)? ((__HANDLE__)->Instance->CR2 &= ~ ((u…
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_usart.h413 #define USART_CR_POS 5U /*!< USART control register position … macro
548 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
550 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
573 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
575 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_usart.h417 #define USART_CR_POS 5U /*!< USART control register position … macro
552 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
554 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
577 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
579 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_usart.h415 #define USART_CR_POS 5U /*!< USART control register position … macro
550 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
552 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
575 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
577 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_usart.h419 #define USART_CR_POS 5U /*!< USART control register position … macro
554 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
556 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\
579 (((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 1U)?\
581 ((((__INTERRUPT__) & USART_CR_MASK) >> USART_CR_POS) == 2U)?\