Home
last modified time | relevance | path

Searched refs:GLB_Get_GPIO_IntStatus (Results 1 – 10 of 10) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/
A Dbl808_glb_gpio.c511 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin) in GLB_Get_GPIO_IntStatus() function
647 if (SET == GLB_Get_GPIO_IntStatus(gpioPin)) { in GPIO_INT0_IRQHandler()
655 } while ((SET == GLB_Get_GPIO_IntStatus(gpioPin)) && timeOut); in GPIO_INT0_IRQHandler()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_glb_gpio.c518 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin) in GLB_Get_GPIO_IntStatus() function
654 if (SET == GLB_Get_GPIO_IntStatus(gpioPin)) { in GPIO_INT0_IRQHandler()
662 } while ((SET == GLB_Get_GPIO_IntStatus(gpioPin)) && timeOut); in GPIO_INT0_IRQHandler()
A Dbl616_romdriver_e907.c280 [ROM_API_INDEX_GLB_Get_GPIO_IntStatus] = (uint32_t)GLB_Get_GPIO_IntStatus,
A Dbl616_romapi_e907.c1000 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin){ in GLB_Get_GPIO_IntStatus() function
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_glb_gpio.h206 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_glb_gpio.h207 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/
A Dbl602_glb.h652 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_glb.c2430 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin) in GLB_Get_GPIO_IntStatus() function
2589 if (SET == GLB_Get_GPIO_IntStatus(gpioPin)) { in GPIO_INT0_IRQHandler()
2597 } while ((SET == GLB_Get_GPIO_IntStatus(gpioPin)) && timeOut); in GPIO_INT0_IRQHandler()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/
A Dbl702_glb.h801 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_glb.c3680 BL_Sts_Type GLB_Get_GPIO_IntStatus(GLB_GPIO_Type gpioPin) in GLB_Get_GPIO_IntStatus() function
4008 if (SET == GLB_Get_GPIO_IntStatus(gpioPin)) { in GPIO_INT0_IRQHandler()
4015 } while ((SET == GLB_Get_GPIO_IntStatus(gpioPin)) && timeOut); in GPIO_INT0_IRQHandler()

Completed in 46 milliseconds