Searched refs:GPIO_PORT_NUM (Results 1 – 8 of 8) sorted by relevance
34 RT_ASSERT((GPIO_PORT_A <= port) && (port < GPIO_PORT_NUM)); in gpio_set_func()61 RT_ASSERT((GPIO_PORT_A <= port) && (port < GPIO_PORT_NUM)); in gpio_set_value()88 RT_ASSERT((GPIO_PORT_A <= port) && (port < GPIO_PORT_NUM)); in gpio_get_value()106 RT_ASSERT((GPIO_PORT_A <= port) && (port < GPIO_PORT_NUM)); in gpio_set_pull_mode()134 RT_ASSERT((GPIO_PORT_A <= port) && (port < GPIO_PORT_NUM)); in gpio_set_drive_level()162 RT_ASSERT((GPIO_PORT_A <= port) && (port < GPIO_PORT_NUM)); in gpio_direction_input()215 RT_ASSERT((GPIO_PORT_C < port) && (port < GPIO_PORT_NUM)); in gpio_select_irq_clock()231 RT_ASSERT((GPIO_PORT_C < port) && (port < GPIO_PORT_NUM)); in gpio_set_debounce()248 RT_ASSERT((GPIO_PORT_C < port) && (port < GPIO_PORT_NUM)); in gpio_irq_enable()267 RT_ASSERT((GPIO_PORT_C < port) && (port < GPIO_PORT_NUM)); in gpio_irq_disable()[all …]
35 GPIO_PORT_NUM, enumerator
63 GPIO_PORT_NUM enumerator
26 GPIO_PORT_NUM, enumerator
66 #define EXIT_Num GPIO_PORT_NUM
26 #define GPIO_PORT_NUM 5 macro
202 #define GPIO_PORT_NUM (6) macro
228 #define GPIO_PORT_NUM (6) macro
Completed in 19 milliseconds