Searched refs:start_port (Results 1 – 1 of 1) sorted by relevance
451 NRF_STATIC_INLINE void nrf_gpio_ports_read(uint32_t start_port,463 NRF_STATIC_INLINE void nrf_gpio_latches_read(uint32_t start_port,474 NRF_STATIC_INLINE void nrf_gpio_latches_read_and_clear(uint32_t start_port,834 NRF_STATIC_INLINE void nrf_gpio_ports_read(uint32_t start_port, in nrf_gpio_ports_read() argument840 NRFX_ASSERT(start_port + length <= GPIO_COUNT); in nrf_gpio_ports_read()843 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_ports_read()852 NRF_STATIC_INLINE void nrf_gpio_latches_read(uint32_t start_port, in nrf_gpio_latches_read() argument859 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_latches_read()866 NRF_STATIC_INLINE void nrf_gpio_latches_read_and_clear(uint32_t start_port, in nrf_gpio_latches_read_and_clear() argument873 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_latches_read_and_clear()
Completed in 6 milliseconds