Home
last modified time | relevance | path

Searched refs:hi_gpio_int_polarity (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_gpio.h77 CNcomment:GPIO中断触发方式,与hi_gpio_int_polarity配合使用。CNend
95 } hi_gpio_int_polarity; typedef
272 * @param int_polarity [IN] type #hi_gpio_int_polarity,Interruption polarity.CNcomment:中断极性。CNend
283 hi_u32 hi_gpio_register_isr_function(hi_gpio_idx id, hi_gpio_int_type int_type, hi_gpio_int_polarity int_polarity,
341 * @param int_polarity [IN] type #hi_gpio_int_polarity,Interruption polarity.CNcomment:中断极性。CNend
349 hi_u32 hi_gpio_set_isr_mode(hi_gpio_idx id, hi_gpio_int_type int_type, hi_gpio_int_polarity int_polarity);
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
H A Dhal_iot_gpio.c76 (hi_gpio_int_polarity)intPolarity, (gpio_isr_callback)func, arg); in IoTGpioRegisterIsrFunc()
91 return hi_gpio_set_isr_mode((hi_gpio_idx)id, (hi_gpio_int_type)intType, (hi_gpio_int_polarity)intPolarity); in IoTGpioSetIsrMode()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_lowpower.c179 hi_gpio_int_polarity int_level; in at_setup_wake_gpio()
206 int_level = (hi_gpio_int_polarity)atoi(argv[2]); /* 2: int_level */ in at_setup_wake_gpio()

Completed in 2 milliseconds