Home
last modified time | relevance | path

Searched refs:ioSel (Results 1 – 6 of 6) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_glb.c1649 BL_Err_Type GLB_Set_PWM1_IO_Sel(GLB_PWM1_IO_SEL_Type ioSel) in GLB_Set_PWM1_IO_Sel() argument
1653 CHECK_PARAM(IS_GLB_PWM1_IO_SEL_TYPE(ioSel)); in GLB_Set_PWM1_IO_Sel()
1657 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_REG_PWM1_IO_SEL, ioSel); in GLB_Set_PWM1_IO_Sel()
1671 BL_Err_Type GLB_Set_PDM_IO_Sel(GLB_PDM_IO_SEL_Type ioSel) in GLB_Set_PDM_IO_Sel() argument
1675 CHECK_PARAM(IS_GLB_PDM_IO_SEL_TYPE(ioSel)); in GLB_Set_PDM_IO_Sel()
1678 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_REG_PDM_IO_SEL, ioSel); in GLB_Set_PDM_IO_Sel()
A Dbl616_romapi_e907.c729 BL_Err_Type GLB_Set_PDM_IO_Sel(GLB_PDM_IO_SEL_Type ioSel){ in GLB_Set_PDM_IO_Sel() argument
730 return RomDriver_GLB_Set_PDM_IO_Sel(ioSel); in GLB_Set_PDM_IO_Sel()
746 BL_Err_Type GLB_Set_PWM1_IO_Sel(GLB_PWM1_IO_SEL_Type ioSel){ in GLB_Set_PWM1_IO_Sel() argument
747 return RomDriver_GLB_Set_PWM1_IO_Sel(ioSel); in GLB_Set_PWM1_IO_Sel()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/
A Dbl808_glb.c3326 BL_Err_Type GLB_Set_PWM1_IO_Sel(GLB_PWM1_IO_SEL_Type ioSel) in GLB_Set_PWM1_IO_Sel() argument
3330 CHECK_PARAM(IS_GLB_PWM1_IO_SEL_TYPE(ioSel)); in GLB_Set_PWM1_IO_Sel()
3333 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_REG_PWM1_IO_SEL, ioSel); in GLB_Set_PWM1_IO_Sel()
3347 BL_Err_Type GLB_Set_PWM2_IO_Sel(GLB_PWM2_IO_SEL_Type ioSel) in GLB_Set_PWM2_IO_Sel() argument
3351 CHECK_PARAM(IS_GLB_PWM2_IO_SEL_TYPE(ioSel)); in GLB_Set_PWM2_IO_Sel()
3354 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_REG_PWM2_IO_SEL, ioSel); in GLB_Set_PWM2_IO_Sel()
3368 BL_Err_Type GLB_Set_PDM_IO_Sel(GLB_PDM_IO_SEL_Type ioSel) in GLB_Set_PDM_IO_Sel() argument
3372 CHECK_PARAM(IS_GLB_PDM_IO_SEL_TYPE(ioSel)); in GLB_Set_PDM_IO_Sel()
3375 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_REG_PDM_IO_SEL, ioSel); in GLB_Set_PDM_IO_Sel()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_glb.h1608 BL_Err_Type GLB_Set_PWM1_IO_Sel(GLB_PWM1_IO_SEL_Type ioSel);
1609 BL_Err_Type GLB_Set_PDM_IO_Sel(GLB_PDM_IO_SEL_Type ioSel);
A Dbl616_romdriver_e907.h997 ((BL_Err_Type (*) (GLB_PDM_IO_SEL_Type ioSel))ROM_APITABLE[ROM_API_INDEX_GLB_Set_PDM_IO_Sel])
1006 ((BL_Err_Type (*) (GLB_PWM1_IO_SEL_Type ioSel))ROM_APITABLE[ROM_API_INDEX_GLB_Set_PWM1_IO_Sel])
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_glb.h2416 BL_Err_Type GLB_Set_PWM1_IO_Sel(GLB_PWM1_IO_SEL_Type ioSel);
2417 BL_Err_Type GLB_Set_PWM2_IO_Sel(GLB_PWM2_IO_SEL_Type ioSel);
2418 BL_Err_Type GLB_Set_PDM_IO_Sel(GLB_PDM_IO_SEL_Type ioSel);

Completed in 53 milliseconds