Searched refs:handler_idx (Results 1 – 1 of 1) sorted by relevance
155 static nrfx_gpiote_pin_t port_handler_pin_get(uint32_t handler_idx) in port_handler_pin_get() argument157 uint8_t pin_and_polarity = (uint8_t)m_cb.port_handlers_pins[handler_idx]; in port_handler_pin_get()161 static nrf_gpiote_polarity_t port_handler_polarity_get(uint32_t handler_idx) in port_handler_polarity_get() argument163 uint8_t pin_and_polarity = (uint8_t)m_cb.port_handlers_pins[handler_idx]; in port_handler_polarity_get()
Completed in 3 milliseconds