Home
last modified time | relevance | path

Searched refs:PDS_INT_MASK_BIT_OFFSET (Results 1 – 7 of 7) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_pds.c267 tmpVal = tmpVal | (1 << (intType + PDS_INT_MASK_BIT_OFFSET)); in PDS_IntMask()
269 tmpVal = tmpVal & ~(1 << (intType + PDS_INT_MASK_BIT_OFFSET)); in PDS_IntMask()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_pds.c597 tmpVal = tmpVal | (1 << (intType + PDS_INT_MASK_BIT_OFFSET)); in PDS_IntMask()
599 tmpVal = tmpVal & ~(1 << (intType + PDS_INT_MASK_BIT_OFFSET)); in PDS_IntMask()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/
A Dbl808_pds.c799 tmpVal = tmpVal | (1 << (intType + PDS_INT_MASK_BIT_OFFSET)); in PDS_IntMask()
801 tmpVal = tmpVal & ~(1 << (intType + PDS_INT_MASK_BIT_OFFSET)); in PDS_IntMask()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/
A Dbl602_pds.h450 #define PDS_INT_MASK_BIT_OFFSET (8) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_pds.h460 #define PDS_INT_MASK_BIT_OFFSET (4) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_pds.h534 #define PDS_INT_MASK_BIT_OFFSET (4) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/
A Dbl702_pds.h730 #define PDS_INT_MASK_BIT_OFFSET (8) macro

Completed in 32 milliseconds