| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_UART_EX.c | 43 while(!(READ_BIT(huart->Instance->RIS, UART_EX_RIS_BCNTI))){} //Check BCNTI. in HAL_UART_LIN_Master_Transmit() 190 while(!READ_BIT(huart->Instance->RIS, UART_EX_RIS_LBDI)); in HAL_UART_LIN_Slave_Receive() 196 while(!READ_BIT(huart->Instance->RIS, UART_EX_RIS_LBDI)) in HAL_UART_LIN_Slave_Receive() 204 CLEAR_BIT(huart->Instance->RIS, UART_EX_RIS_LBDI); in HAL_UART_LIN_Slave_Receive()
|
| A D | HAL_UART.c | 43 isrflags =READ_REG(huart->Instance->RIS); in HAL_UART_IRQHandler() 51 if (huart->Instance->RIS & UART_RIS_TXI) in HAL_UART_IRQHandler() 82 if (huart->Instance->RIS & UART_RIS_RXI) in HAL_UART_IRQHandler() 119 else if(huart->Instance->RIS & UART_RIS_RTI) in HAL_UART_IRQHandler()
|
| A D | HAL_WDT.c | 35 wdt_ris = hwdt->Instance->RIS; in HAL_WDT_IRQHandler()
|
| A D | HAL_GPIO.c | 48 if (GPIOx->RIS & fu32_GPIO_Pin) in HAL_GPIO_IRQHandler()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_UART_EX.c | 43 while(!(READ_BIT(huart->Instance->RIS, UART_EX_RIS_BCNTI))){} //Check BCNTI. in HAL_UART_LIN_Master_Transmit() 193 while(!READ_BIT(huart->Instance->RIS, UART_EX_RIS_LBDI)); in HAL_UART_LIN_Slave_Receive() 199 while(!READ_BIT(huart->Instance->RIS, UART_EX_RIS_LBDI)) in HAL_UART_LIN_Slave_Receive() 207 CLEAR_BIT(huart->Instance->RIS, UART_EX_RIS_LBDI); in HAL_UART_LIN_Slave_Receive()
|
| A D | HAL_UART.c | 42 uint32_t isrflags =READ_REG(huart->Instance->RIS); in HAL_UART_IRQHandler() 50 if (huart->Instance->RIS & UART_RIS_TXI) in HAL_UART_IRQHandler() 81 if (huart->Instance->RIS & UART_RIS_RXI) in HAL_UART_IRQHandler() 118 else if(huart->Instance->RIS & UART_RIS_RTI) in HAL_UART_IRQHandler()
|
| A D | HAL_WDT.c | 31 wdt_ris = hwdt->Instance->RIS; in HAL_WDT_IRQHandler()
|
| A D | HAL_GPIO.c | 54 if (GPIOx->RIS & fu32_GPIO_Pin) in HAL_GPIO_IRQHandler()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_wdt.c | 105 if (READ_BIT(WWDT->RIS, WWDT_RIS_WWDTIF_MSK)) in ald_wwdt_get_flag_status() 189 if (READ_BIT(IWDT->RIS, IWDT_RIS_WDTIF_MSK)) in ald_iwdt_get_flag_status()
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_wdt.c | 102 if (READ_BIT(WWDT->RIS, WWDT_RIS_WWDTIF_MSK)) in ald_wwdt_get_flag_status() 189 if (READ_BIT(IWDT->RIS, IWDT_RIS_WDTIF_MSK)) in ald_iwdt_get_flag_status()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_wdt.c | 105 if (READ_BIT(WWDT->RIS, WWDT_RIS_WWDTIF_MSK)) in ald_wwdt_get_flag_status() 193 if (READ_BIT(IWDT->RIS, IWDT_RIS_WDTIF_MSK)) in ald_iwdt_get_flag_status()
|
| /bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/ES32VF2264/ |
| A D | reg_iwdt.h | 83 __I uint32_t RIS; member
|
| A D | reg_wwdt.h | 87 __I uint32_t RIS; member
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/Device/ |
| A D | ACM32F0x0.h | 213 __IO uint32_t RIS; member 257 __IO uint32_t RIS; // 0x3C member 517 __IO uint32_t RIS; // 0x2C member
|
| /bsp/acm32/acm32f0x0-nucleo/drivers/ |
| A D | drv_uart.c | 505 if (uart->handle.Instance->RIS & UART_RIS_RXI) in uart_isr() 521 uart->handle.Instance->RIS & UART_RIS_TXI) in uart_isr()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | ACM32F4.h | 244 __IO uint32_t RIS; member 275 __IO uint32_t RIS; member 540 __IO uint32_t RIS; member
|
| /bsp/acm32/acm32f4xx-nucleo/drivers/ |
| A D | drv_uart.c | 523 if (uart->handle.Instance->RIS & UART_RIS_RXI) in uart_isr() 539 uart->handle.Instance->RIS & UART_RIS_TXI) in uart_isr()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_sci2c.c | 306 ret = i2c->RIS & flag ? SET : RESET; in SCI2C_ReadRawIntFlag()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_sci2c.c | 306 ret = i2c->RIS & flag ? SET : RESET; in SCI2C_ReadRawIntFlag()
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/ |
| A D | msp432e401y.h | 349 …__IO uint32_t RIS; /*!< Watchdog Raw Interrupt Status … member 375 …__IO uint32_t RIS; /*!< SSI Raw Interrupt Status … member 414 …__IO uint32_t RIS; /*!< UART Raw Interrupt Status … member 490 …__IO uint32_t RIS; /*!< PWM Raw Interrupt Status … member 603 …__IO uint32_t RIS; /*!< QEI Raw Interrupt Status … member 626 …__IO uint32_t RIS; /*!< GPTM Raw Interrupt Status … member 665 …__IO uint32_t RIS; /*!< ADC Raw Interrupt Status … member 1180 …__IO uint32_t RIS; /*!< GPIO Raw Interrupt Status … member 1303 …__IO uint32_t RIS; /*!< EPI Raw Interrupt Status … member 1373 …__IO uint32_t RIS; /*!< Ethernet MAC Raw Interrupt Status … member [all …]
|
| A D | msp432e411y.h | 358 …__IO uint32_t RIS; /*!< Watchdog Raw Interrupt Status … member 384 …__IO uint32_t RIS; /*!< SSI Raw Interrupt Status … member 423 …__IO uint32_t RIS; /*!< UART Raw Interrupt Status … member 499 …__IO uint32_t RIS; /*!< PWM Raw Interrupt Status … member 612 …__IO uint32_t RIS; /*!< QEI Raw Interrupt Status … member 635 …__IO uint32_t RIS; /*!< GPTM Raw Interrupt Status … member 674 …__IO uint32_t RIS; /*!< ADC Raw Interrupt Status … member 1189 …__IO uint32_t RIS; /*!< GPIO Raw Interrupt Status … member 1273 …__IO uint32_t RIS; /*!< 1-Wire Raw Interrupt Status … member 1339 …__IO uint32_t RIS; /*!< EPI Raw Interrupt Status … member [all …]
|
| /bsp/essemi/es32f0654/libraries/CMSIS/Device/EastSoft/ES32F065x/Include/ |
| A D | es32f065x.h | 5707 __I uint32_t RIS; member 5764 __I uint32_t RIS; member
|
| /bsp/smartfusion2/CMSIS/ |
| A D | m2sxxx.h | 282 __I uint32_t RIS; member
|
| /bsp/apm32/libraries/APM32F10x_Library/Device/Geehy/APM32F10x/Include/ |
| A D | apm32f10x.h | 5108 __IM uint32_t RIS; member 5426 __IM uint32_t RIS; member
|
| /bsp/essemi/es32f369x/libraries/CMSIS/Device/EastSoft/ES32F36xx/Include/ |
| A D | es32f36xx.h | 7216 __I uint32_t RIS; member 7273 __I uint32_t RIS; member
|