Searched defs:gpio_no (Results 1 – 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/ |
D | drv_gpio.c | 170 static hi_bool drv_gpio_convert(hi_u32 gpio_no, hi_u32 *p_group_no, hi_u32 *p_bit_no) in drv_gpio_convert() 189 hi_s32 hi_drv_gpio_set_dir_bit(hi_u32 gpio_no, hi_u32 dir_bit) in hi_drv_gpio_set_dir_bit() 225 hi_s32 hi_drv_gpio_get_dir_bit(hi_u32 gpio_no, hi_u32 *pdir_bit) in hi_drv_gpio_get_dir_bit() 259 hi_s32 hi_drv_gpio_write_bit(hi_u32 gpio_no, hi_u32 bit_value) in hi_drv_gpio_write_bit() 303 hi_s32 hi_drv_gpio_read_bit(hi_u32 gpio_no, hi_u32 *bit_value) in hi_drv_gpio_read_bit() 342 hi_u32 gpio_value, gpio_no; in gpio_set_edge_trigger_type() local 379 hi_u32 gpio_value, gpio_no; in gpio_set_level_trigger_type() local 403 hi_s32 hi_drv_gpio_set_int_type(hi_u32 gpio_no, gpio_inttpye en_int_tri_mode) in hi_drv_gpio_set_int_type() 437 hi_u32 gpio_value, gpio_no; in gpio_set_irq_ctrl_reg() local 455 static hi_void gpio_set_bit_irq_disable(hi_u32 chip, hi_u32 gpio_no, hi_u32 group_no, hi_u32 bit_no) in gpio_set_bit_irq_disable() [all …]
|
/device/soc/esp/esp32/components/esp_rom/include/esp32/rom/ |
D | gpio.h | 65 #define GPIO_OUTPUT_SET(gpio_no, bit_value) \ argument 68 #define GPIO_DIS_OUTPUT(gpio_no) ((gpio_no < 32) ? gpio_output_set(0,0,0, 1<<gpio_no) : gpio_out… argument 69 #define GPIO_INPUT_GET(gpio_no) ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_i… argument
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/include/ |
D | drv_gpio_ioctl.h | 31 hi_u32 gpio_no; member 36 hi_u32 gpio_no; member 41 hi_u32 gpio_no; member
|
D | drv_gpio_struct.h | 75 hi_u32 gpio_no; member 81 hi_u32 gpio_no; member
|