Searched refs:GPIOHANDLE_REQUEST_ACTIVE_LOW (Results 1 – 6 of 6) sorted by relevance
40 The ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` flag controls the mapping between logical42 If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is not set then active is high and43 inactive is low. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is set then active is low
40 The ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` flag controls the mapping between physical42 If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is not set then high is active and43 low is inactive. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is set then low is active
48 to active transition is a rising edge. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is
64 only other flag that may be set is ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` and the
383 #define GPIOHANDLE_REQUEST_ACTIVE_LOW (1UL << 2) macro
132 flags_v1 |= GPIOHANDLE_REQUEST_ACTIVE_LOW; in main()