Searched refs:GPIO_V2_LINE_FLAG_ACTIVE_LOW (Results 1 – 8 of 8) sorted by relevance
39 The ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` flag controls the mapping between logical41 If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is not set then active is high and inactive42 is low. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is set then active is low and
38 The ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` flag controls the mapping between physical40 If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is not set then high is active and low is41 inactive. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is set then low is active and
44 to active transition is a rising edge. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is
62 the only other flag that may be set is ``GPIO_V2_LINE_FLAG_ACTIVE_LOW``
46 .mask = GPIO_V2_LINE_FLAG_ACTIVE_LOW,
74 GPIO_V2_LINE_FLAG_ACTIVE_LOW = _BITULL(1), enumerator
133 flags_v2 |= GPIO_V2_LINE_FLAG_ACTIVE_LOW; in main()
675 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \685 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \781 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in process_hw_ts_thread()999 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in debounce_work_func()1355 flags & GPIO_V2_LINE_FLAG_ACTIVE_LOW); in gpio_v2_line_config_flags_to_desc_flags()2327 if (flagsv2 & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in gpio_v2_line_info_to_v1()2407 info->flags |= GPIO_V2_LINE_FLAG_ACTIVE_LOW; in gpio_desc_to_lineinfo()
Completed in 18 milliseconds