Searched refs:ioSel (Results 1 – 6 of 6) sorted by relevance
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/ |
| A D | bl616_glb.c | 1649 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 D | bl616_romapi_e907.c | 729 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 D | bl808_glb.c | 3326 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 D | bl616_glb.h | 1608 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 D | bl616_romdriver_e907.h | 997 ((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 D | bl808_glb.h | 2416 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