Searched refs:GPIO_PIN_MAX (Results 1 – 3 of 3) sorted by relevance
25 #define GPIO_PIN_MAX GPIO_PIN_(15) macro
232 assert(pin <= GPIO_PIN_MAX); in set_gpio()304 assert(pin <= GPIO_PIN_MAX); in set_gpio_secure_cfg()
116 assert((count >= 0) && ((unsigned int)count <= (GPIO_PIN_MAX + 1))); in get_gpio_nbpin()
Completed in 5 milliseconds