Searched refs:GPIO_PIN_LOW (Results 1 – 3 of 3) sorted by relevance
38 GPIO_PIN_LOW = 0, ///< GPIO low level enumerator
14 #define HP_JACK_INSET_LEVEL GPIO_PIN_LOW /*insert level*/75 if (level == GPIO_PIN_LOW) { in app_hp_jack_timer_callback()
170 val = gpioc->pins[pin].value ? GPIO_PIN_HIGH : GPIO_PIN_LOW; in gpioc_csi_set_mode()214 val = gpioc->pins[pin].value ? GPIO_PIN_HIGH : GPIO_PIN_LOW; in gpioc_csi_set_value()
Completed in 5 milliseconds