Home
last modified time | relevance | path

Searched refs:GPIOSecName (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/libos/src/
A Dos.c188 int32_t esCFG_GetGPIOSecKeyCount(char *GPIOSecName) in esCFG_GetGPIOSecKeyCount() argument
192 …if (!rt_strcmp(GPIOSecName, "pwm1") || !rt_strcmp(GPIOSecName, "pwm2") || !rt_strcmp(GPIOSecName, … in esCFG_GetGPIOSecKeyCount()
196 else if (!rt_strcmp(GPIOSecName, "sdc0") || !rt_strcmp(GPIOSecName, "sdc1")) in esCFG_GetGPIOSecKeyCount()
200 else if (!rt_strcmp(GPIOSecName, "spi0")) in esCFG_GetGPIOSecKeyCount()
202 return hal_spi_gpio_cfg_count(GPIOSecName); in esCFG_GetGPIOSecKeyCount()
204 else if (sscanf(GPIOSecName, "twi%d", &id) == 1) in esCFG_GetGPIOSecKeyCount()
231 if (!rt_strcmp(GPIOSecName, "pwm1")) in esCFG_GetGPIOSecData()
241 else if (!rt_strcmp(GPIOSecName, "pwm2")) in esCFG_GetGPIOSecData()
251 else if (!rt_strcmp(GPIOSecName, "pwm7")) in esCFG_GetGPIOSecData()
261 else if (!rt_strcmp(GPIOSecName, "sdc0")) in esCFG_GetGPIOSecData()
[all …]
/bsp/allwinner/libraries/sunxi-hal/osal/src/
A Dhal_cfg.c22 int32_t esCFG_GetGPIOSecKeyCount(char *GPIOSecName);
23 int32_t esCFG_GetGPIOSecData(char *GPIOSecName, void *pGPIOCfg, int32_t GPIONum);
147 int32_t Hal_Cfg_GetGPIOSecKeyCount(char *GPIOSecName) in Hal_Cfg_GetGPIOSecKeyCount() argument
149 return esCFG_GetGPIOSecKeyCount(GPIOSecName); in Hal_Cfg_GetGPIOSecKeyCount()
171 int32_t Hal_Cfg_GetGPIOSecData(char *GPIOSecName, void *pGPIOCfg, int32_t GPIONum) in Hal_Cfg_GetGPIOSecData() argument
173 return esCFG_GetGPIOSecData(GPIOSecName, pGPIOCfg, GPIONum); in Hal_Cfg_GetGPIOSecData()
/bsp/allwinner/libraries/sunxi-hal/include/osal/
A Dhal_cfg.h7 int32_t Hal_Cfg_GetGPIOSecKeyCount(char *GPIOSecName);
8 int32_t Hal_Cfg_GetGPIOSecData(char *GPIOSecName, void *pGPIOCfg, int32_t GPIONum);
19 int32_t Hal_Cfg_GetGPIOSecKeyCount(char *GPIOSecName);
20 int32_t Hal_Cfg_GetGPIOSecData(char *GPIOSecName, void *pGPIOCfg, int32_t GPIONum);
/bsp/allwinner/libraries/libos/include/
A Dos.h17 int32_t esCFG_GetGPIOSecKeyCount(char *GPIOSecName);
18 int32_t esCFG_GetGPIOSecData(char *GPIOSecName, void *pGPIOCfg, int32_t GPIONum);

Completed in 5 milliseconds