Home
last modified time | relevance | path

Searched refs:USART_ISR_RTOF (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h156 #define USART_ISR_RTOF BIT(11) macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h156 #define USART_ISR_RTOF BIT(11) macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h156 #define USART_ISR_RTOF BIT(11) macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h156 #define USART_ISR_RTOF BIT(11) macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h156 #define USART_ISR_RTOF BIT(11) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_usart.h400 #define USART_FLAG_RTO USART_ISR_RTOF
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_usart.h400 #define USART_FLAG_RTO USART_ISR_RTOF
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_usart.h210 #define LL_USART_ISR_RTOF USART_ISR_RTOF /*!< Receiver timeout…
3054 return ((READ_BIT(USARTx->ISR, USART_ISR_RTOF) == (USART_ISR_RTOF)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_RTO()
H A Dstm32g4xx_hal_usart.h354 #define USART_FLAG_RTOF USART_ISR_RTOF /*!< USART receiver timeout fla…
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_usart.h210 #define LL_USART_ISR_RTOF USART_ISR_RTOF /*!< Receiver timeout…
3047 return ((READ_BIT(USARTx->ISR, USART_ISR_RTOF) == (USART_ISR_RTOF)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_RTO()
H A Dstm32h7xx_hal_uart.h701 #define UART_FLAG_RTOF USART_ISR_RTOF /*!< UART receiver timeout flag…
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/inc/
H A Dstm32f30x_usart.h415 #define USART_FLAG_RTO USART_ISR_RTOF
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/inc/
H A Dstm32f0xx_usart.h411 #define USART_FLAG_RTO USART_ISR_RTOF
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_usart.c2095 …nt32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | USART_ISR_RTOF | USART_ISR_UD… in HAL_USART_IRQHandler()
2151 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_USART_IRQHandler()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_uart.c2187 …srflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | USART_ISR_RTOF)); in HAL_UART_IRQHandler()
2243 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h5322 #define USART_ISR_RTOF ((uint32_t)0x00000800) /*!< Receiver Time O… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f0xx/
H A Dstm32f0xx.h5401 #define USART_ISR_RTOF ((uint32_t)0x00000800) /*!< Receiver Time O… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h5322 #define USART_ISR_RTOF ((uint32_t)0x00000800) /*!< Receiver Time O… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f30x/
H A Dstm32f30x.h8888 #define USART_ISR_RTOF ((uint32_t)0x00000800) /*!< Receiver Time O… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_g4xx/
H A Dstm32g431xx.h11356 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro
H A Dstm32gbk1cb.h11328 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro
H A Dstm32g441xx.h11587 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro
H A Dstm32g471xx.h11864 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro
H A Dstm32g473xx.h12656 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro
H A Dstm32g483xx.h12887 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro

12