Home
last modified time | relevance | path

Searched refs:PDS_Get_IntStatus (Results 1 – 11 of 11) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_pm.c960 if (SET == PDS_Get_IntStatus(PDS_INT_WAKEUP)) { in PDS_WAKEUP_IRQ()
963 else if (SET == PDS_Get_IntStatus(PDS_INT_RF_DONE)) { in PDS_WAKEUP_IRQ()
966 else if (SET == PDS_Get_IntStatus(PDS_INT_WIFI_TBTT_SLEEP)) { in PDS_WAKEUP_IRQ()
969 else if (SET == PDS_Get_IntStatus(PDS_INT_WIFI_TBTT_WAKEUP)) { in PDS_WAKEUP_IRQ()
A Dbl616_pds.c614 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType) in PDS_Get_IntStatus() function
850 if (PDS_Get_IntStatus(intType) && (pdsIntCbfArra[intType] != NULL)) { in PDS_WAKEUP_IRQHandler()
A Dbl616_romdriver_e907.c401 [ROM_API_INDEX_PDS_Get_IntStatus] = (uint32_t)PDS_Get_IntStatus,
A Dbl616_romapi_e907.c1638 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType){ in PDS_Get_IntStatus() function
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_pds.c285 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType) in PDS_Get_IntStatus() function
828 if (PDS_Get_IntStatus(intType) && (pdsIntCbfArra[intType][0] != NULL)) { in PDS_WAKEUP_IRQHandler()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/
A Dbl808_pds.c816 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType) in PDS_Get_IntStatus() function
1045 if (PDS_Get_IntStatus(intType) && (pdsIntCbfArra[intType] != NULL)) { in PDS_WAKEUP_IRQHandler()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/
A Dbl602_pds.h475 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_pds.h500 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_pds.c417 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType) in PDS_Get_IntStatus() function
1318 if (PDS_Get_IntStatus(intType) && (pdsIntCbfArra[intType][0] != NULL)) { in PDS_WAKEUP_IRQHandler()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_pds.h567 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/
A Dbl702_pds.h757 BL_Sts_Type PDS_Get_IntStatus(PDS_INT_Type intType);

Completed in 43 milliseconds