Searched refs:MAX_GPIO_PIN (Results 1 – 6 of 6) sorted by relevance
38 assert(pin < MAX_GPIO_PIN); in mt_set_gpio_dir_chip()55 assert(pin < MAX_GPIO_PIN); in mt_get_gpio_dir_chip()68 assert(pin < MAX_GPIO_PIN); in mt_set_gpio_out_chip()85 assert(pin < MAX_GPIO_PIN); in mt_get_gpio_out_chip()99 assert(pin < MAX_GPIO_PIN); in mt_get_gpio_in_chip()114 assert(pin < MAX_GPIO_PIN); in mt_set_gpio_mode_chip()135 assert(pin < MAX_GPIO_PIN); in mt_get_gpio_mode_chip()222 assert(pin < MAX_GPIO_PIN); in mt_set_gpio_pull_enable_chip()271 assert(pin < MAX_GPIO_PIN); in mt_get_gpio_pull_enable_chip()293 assert(pin < MAX_GPIO_PIN); in mt_set_gpio_pull_select_chip()[all …]
18 #define MAX_GPIO_PIN MT_GPIO_BASE_MAX macro
32 assert(pin < MAX_GPIO_PIN); in mt_set_gpio_dir_chip()50 assert(pin < MAX_GPIO_PIN); in mt_get_gpio_dir_chip()63 assert(pin < MAX_GPIO_PIN); in mt_set_gpio_out_chip()81 assert(pin < MAX_GPIO_PIN); in mt_get_gpio_in_chip()222 assert(pin < MAX_GPIO_PIN); in mt_set_gpio_pull_select_chip()236 assert(pin < MAX_GPIO_PIN); in mt_get_gpio_pull_select_chip()
20 #define MAX_GPIO_PIN MT_GPIO_BASE_MAX macro
16 assert(pin < MAX_GPIO_PIN); in mt_gpio_find_reg_addr()
Completed in 7 milliseconds