| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_rng_drv.c | 16 status = ptr->STA; in rng_run_selftest() 34 status = ptr->STA; in rng_feed_rand_to_sdp() 41 fifo_level = (ptr->STA & RNG_STA_FRNNU_MASK) >> RNG_STA_FRNNU_SHIFT; in rng_feed_rand_to_sdp() 61 status = ptr->STA; in rng_rand() 68 fifo_level = (ptr->STA & RNG_STA_FRNNU_MASK) >> RNG_STA_FRNNU_SHIFT; in rng_rand() 101 while (!(ptr->STA & RNG_STA_FSDDN_MASK)) { in rng_init() 102 if (ptr->STA & RNG_STA_FUNCERR_MASK) { in rng_init()
|
| A D | hpm_cam_drv.c | 74 ptr->STA = 0xFFFFFFFF; in cam_reset()
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_wdg.c | 53 return (WDG->INT_STA_b.STA == 1) ? TRUE : FALSE; in WDG_GetITStatus() 57 WDG->INT_STA_b.STA = 1; in WDG_ClearITPendingBit()
|
| A D | cmem7_tim.c | 54 return (Timx->INT_STA_b.STA ? TRUE : FALSE); in TIM_GetIntStatus() 60 Timx->INT_STA_b.STA = 1; in TIM_ClearInt()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_rng_drv.h | 50 return ((ptr->STA & RNG_STA_BUSY_MASK) == RNG_STA_BUSY_MASK) ? true : false; in rng_is_busy() 55 return ((ptr->STA & RNG_STA_RSDREQ_MASK) == RNG_STA_RSDREQ_MASK) ? true : false; in rng_need_reseed()
|
| A D | hpm_i2s_drv.h | 455 volatile uint32_t reg_val = ptr->STA; in i2s_check_data_line_status() 472 ptr->STA = bit_mask; /* clear flag: W1C*/ in i2s_check_data_line_status() 478 ptr->STA = bit_mask; /* clear flag: W1C*/ in i2s_check_data_line_status() 493 return ptr->STA; in i2s_get_irq_status()
|
| A D | hpm_cam_drv.h | 318 return ((ptr->STA & sta_mask) != 0U) ? true : false; in cam_check_status() 329 ptr->STA = sta_mask; in cam_clear_status()
|
| A D | hpm_mmc_drv.h | 295 return base->STA; in mmc_track_get_status() 305 base->STA = clr_mask; /* W1C */ in mmc_track_clear_status()
|
| A D | hpm_sdp_drv.h | 354 base->STA = mask; in sdp_clear_status() 365 return base->STA; in sdp_get_status()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_fmc.c | 148 FMC->CTRL2_B.STA = BIT_SET; in FMC_ErasePage() 175 FMC->CTRL2_B.STA = BIT_SET; in FMC_EraseAllPage() 210 FMC->CTRL2_B.STA = BIT_SET; in FMC_EraseOptionBytes() 450 FMC->CTRL2_B.STA = BIT_SET; in FMC_EnableReadOutProtection() 497 FMC->CTRL2_B.STA = BIT_SET; in FMC_DisableReadOutProtection()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_fmc.c | 148 FMC->CTRL2_B.STA = BIT_SET; in FMC_ErasePage() 175 FMC->CTRL2_B.STA = BIT_SET; in FMC_EraseAllPage() 210 FMC->CTRL2_B.STA = BIT_SET; in FMC_EraseOptionBytes() 450 FMC->CTRL2_B.STA = BIT_SET; in FMC_EnableReadOutProtection() 497 FMC->CTRL2_B.STA = BIT_SET; in FMC_DisableReadOutProtection()
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_fmc.c | 148 FMC->CTRL2_B.STA = BIT_SET; in FMC_ErasePage() 175 FMC->CTRL2_B.STA = BIT_SET; in FMC_EraseAllPage() 210 FMC->CTRL2_B.STA = BIT_SET; in FMC_EraseOptionBytes() 444 FMC->CTRL2_B.STA = BIT_SET; in FMC_EnableReadOutProtection() 491 FMC->CTRL2_B.STA = BIT_SET; in FMC_DisableReadOutProtection()
|
| /bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/ |
| A D | i2c.c | 112 M0P_I2C0->CR_f.STA = 1; in I2C_SetFunc() 138 M0P_I2C1->CR_f.STA = 1; in I2C_SetFunc() 180 M0P_I2C0->CR_f.STA = 0; in I2C_ClearFunc() 206 M0P_I2C1->CR_f.STA = 0; in I2C_ClearFunc()
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/ |
| A D | apm32f0xx_fmc.c | 232 FMC->CTRL2_B.STA = BIT_SET; in FMC_ErasePage() 263 FMC->CTRL2_B.STA = BIT_SET; in FMC_EraseAllPages() 409 FMC->CTRL2_B.STA = BIT_SET; in FMC_EraseOptionByte() 518 FMC->CTRL2_B.STA = BIT_SET; in FMC_ConfigReadOutProtection()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_sdio.c | 469 if ((SDIO->STA & SDIO_FLAG) != (uint32_t)RESET) in SDIO_GetFlagStatus() 541 if ((SDIO->STA & SDIO_IT) != (uint32_t)RESET) in SDIO_GetITStatus()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_sdmmc.c | 1183 sta_reg = SDIOx->STA; in SDMMC_GetCmdResp1() 1316 sta_reg = SDIOx->STA; in SDMMC_GetCmdResp2() 1360 sta_reg = SDIOx->STA; in SDMMC_GetCmdResp3() 1402 sta_reg = SDIOx->STA; in SDMMC_GetCmdResp6() 1473 sta_reg = SDIOx->STA; in SDMMC_GetCmdResp7()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_sdio.c | 649 if ((SDIO->STA & SDIO_FLAG) != (uint32_t)RESET) in SDIO_GetFlagStatus() 725 if ((SDIO->STA & SDIO_IT) != (uint32_t)RESET) in SDIO_GetITStatus()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_sdmmc.c | 297 while (count && (hsd->STA & SDMMC_STA_DPSMACT)) in rthw_sdio_send_command() 302 if ((count == 0) || (hsd->STA & SDIO_ERRORS)) in rthw_sdio_send_command() 554 rt_uint32_t intstatus = sdio->sdio_des.hw_sdio.Instance->STA; in rthw_sdio_irq_process()
|
| /bsp/allwinner_tina/drivers/spi/ |
| A D | drv_spi.c | 214 return !!HAL_GET_BIT(spi->STA, type); in SPI_IntState() 223 HAL_SET_BIT(spi->STA, type); in SPI_ClearInt() 224 return HAL_GET_BIT(spi->STA, type); in SPI_ClearInt()
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/ip/ |
| A D | hpm_rng_regs.h | 15 __R uint32_t STA; /* 0x8: Status Register */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/ip/ |
| A D | hpm_rng_regs.h | 15 __R uint32_t STA; /* 0x8: Status Register */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/ |
| A D | hpm_rng_regs.h | 15 __R uint32_t STA; /* 0x8: Status Register */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/ip/ |
| A D | hpm_rng_regs.h | 15 __R uint32_t STA; /* 0x8: Status Register */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/ip/ |
| A D | hpm_rng_regs.h | 15 __R uint32_t STA; /* 0x8: Status Register */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/ |
| A D | hpm_rng_regs.h | 15 __R uint32_t STA; /* 0x8: Status Register */ member
|