Home
last modified time | relevance | path

Searched refs:gpioKeep (Results 1 – 5 of 5) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_hbn.c1335 BL_Err_Type ATTR_TCM_SECTION HBN_Set_Gpio_Keep(uint8_t gpioKeep) in HBN_Set_Gpio_Keep() argument
1342 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, HBN_GPIO_KEEP_PIN, gpioKeep); in HBN_Set_Gpio_Keep()
1356 BL_Err_Type ATTR_TCM_SECTION HBN_Get_Gpio_Keep(uint8_t *gpioKeep) in HBN_Get_Gpio_Keep() argument
1360 if (NULL == gpioKeep) { in HBN_Get_Gpio_Keep()
1366 *gpioKeep = BL_GET_REG_BITS_VAL(tmpVal, HBN_GPIO_KEEP_PIN); in HBN_Get_Gpio_Keep()
1381 BL_Err_Type ATTR_TCM_SECTION HBN_Clear_Gpio_Keep(uint8_t gpioKeep) in HBN_Clear_Gpio_Keep() argument
1401 BL_Err_Type ATTR_TCM_SECTION HBN_Set_PDS_Gpio_Keep(uint8_t gpioKeep) in HBN_Set_PDS_Gpio_Keep() argument
1407 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, PDS_GPIO_KEEP_PIN, gpioKeep); in HBN_Set_PDS_Gpio_Keep()
1421 BL_Err_Type ATTR_TCM_SECTION HBN_Get_PDS_Gpio_Keep(uint8_t *gpioKeep) in HBN_Get_PDS_Gpio_Keep() argument
1425 if (NULL == gpioKeep) { in HBN_Get_PDS_Gpio_Keep()
[all …]
A Dbl616_romapi_e907.c1051 BL_Err_Type HBN_Clear_Gpio_Keep(uint8_t gpioKeep){ in HBN_Clear_Gpio_Keep() argument
1052 return RomDriver_HBN_Clear_Gpio_Keep(gpioKeep); in HBN_Clear_Gpio_Keep()
1061 BL_Err_Type HBN_Clear_PDS_Gpio_Keep(uint8_t gpioKeep){ in HBN_Clear_PDS_Gpio_Keep() argument
1138 BL_Err_Type HBN_Get_Gpio_Keep(uint8_t *gpioKeep){ in HBN_Get_Gpio_Keep() argument
1139 return RomDriver_HBN_Get_Gpio_Keep(gpioKeep); in HBN_Get_Gpio_Keep()
1148 BL_Err_Type HBN_Get_PDS_Gpio_Keep(uint8_t *gpioKeep){ in HBN_Get_PDS_Gpio_Keep() argument
1149 return RomDriver_HBN_Get_PDS_Gpio_Keep(gpioKeep); in HBN_Get_PDS_Gpio_Keep()
1265 BL_Err_Type HBN_Set_Gpio_Keep(uint8_t gpioKeep){
1266 return RomDriver_HBN_Set_Gpio_Keep(gpioKeep);
1316 BL_Err_Type HBN_Set_PDS_Gpio_Keep(uint8_t gpioKeep){ in HBN_Set_PDS_Gpio_Keep() argument
[all …]
A Dbl616_romapi_patch.c2700 BL_Err_Type ATTR_TCM_SECTION HBN_Set_Gpio_Keep(uint8_t gpioKeep) in HBN_Set_Gpio_Keep() argument
2707 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, HBN_GPIO_KEEP_PIN, gpioKeep); in HBN_Set_Gpio_Keep()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_hbn.h634 BL_Err_Type HBN_Set_Gpio_Keep(uint8_t gpioKeep);
635 BL_Err_Type HBN_Get_Gpio_Keep(uint8_t *gpioKeep);
636 BL_Err_Type HBN_Clear_Gpio_Keep(uint8_t gpioKeep);
637 BL_Err_Type HBN_Set_PDS_Gpio_Keep(uint8_t gpioKeep);
638 BL_Err_Type HBN_Get_PDS_Gpio_Keep(uint8_t *gpioKeep);
639 BL_Err_Type HBN_Clear_PDS_Gpio_Keep(uint8_t gpioKeep);
A Dbl616_romdriver_e907.h1183 ((BL_Err_Type (*) (uint8_t gpioKeep))ROM_APITABLE[ROM_API_INDEX_HBN_Clear_Gpio_Keep])
1189 ((BL_Err_Type (*) (uint8_t gpioKeep))ROM_APITABLE[ROM_API_INDEX_HBN_Clear_PDS_Gpio_Keep])
1228 ((BL_Err_Type (*) (uint8_t *gpioKeep))ROM_APITABLE[ROM_API_INDEX_HBN_Get_Gpio_Keep])
1234 ((BL_Err_Type (*) (uint8_t *gpioKeep))ROM_APITABLE[ROM_API_INDEX_HBN_Get_PDS_Gpio_Keep])
1294 ((BL_Err_Type (*) (uint8_t gpioKeep))ROM_APITABLE[ROM_API_INDEX_HBN_Set_Gpio_Keep])
1324 ((BL_Err_Type (*) (uint8_t gpioKeep))ROM_APITABLE[ROM_API_INDEX_HBN_Set_PDS_Gpio_Keep])

Completed in 33 milliseconds