Searched refs:falling (Results 1 – 12 of 12) sorted by relevance
48 uint8_t falling; member122 if (!irq_state->rising && !irq_state->falling) { in gpio_pca953x_handle_interrupt()141 interrupt_status |= (irq_state->falling & transitioned_pins & in gpio_pca953x_handle_interrupt()361 irq->falling &= ~BIT(pin); in gpio_pca953x_pin_interrupt_configure()365 irq->falling |= BIT(pin); in gpio_pca953x_pin_interrupt_configure()368 irq->falling |= BIT(pin); in gpio_pca953x_pin_interrupt_configure()371 irq->falling &= ~BIT(pin); in gpio_pca953x_pin_interrupt_configure()
31 uint32_t falling; member193 if (!irq_state->rising && !irq_state->falling) { in tca6424a_handle_interrupt()211 interrupt_status |= (irq_state->falling & transitioned_pins & previous_state); in tca6424a_handle_interrupt()412 irq->falling &= ~BIT(pin); in tca6424a_pin_interrupt_configure()416 irq->falling |= BIT(pin); in tca6424a_pin_interrupt_configure()419 irq->falling |= BIT(pin); in tca6424a_pin_interrupt_configure()422 irq->falling &= ~BIT(pin); in tca6424a_pin_interrupt_configure()
247 gpio_port_value_t value, rising, falling; in gpio_aw9523b_interrupt_worker() local268 falling = (value ^ data->prev_value) & (~value & data->falling_event_pins); in gpio_aw9523b_interrupt_worker()272 gpio_fire_callbacks(&data->callbacks, data->dev, rising | falling); in gpio_aw9523b_interrupt_worker()
12 falling-edge;
19 int "System voltage notification falling threshold in µV"
72 Wait period before falling back to the next entry in the list of stored SSIDs.
169 falling-edge;
180 falling-edge;
111 pin in input mode, enabling interrupt generation on falling edge. During each
59 # Therefore, go with an explicitly installed imgtool first, falling
415 * :kconfig:option:`CONFIG_LWM2M_TLS_SESSION_CACHING` uses session cache when before falling back to…
1112 * Improved LwM2M context cleanup when falling back to regular Registration.