Home
last modified time | relevance | path

Searched refs:start_port (Results 1 – 1 of 1) sorted by relevance

/external/platform/nrfx/hal/
A Dnrf_gpio.h451 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() argument
840 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() argument
859 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() argument
873 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_latches_read_and_clear()

Completed in 6 milliseconds