Searched refs:start_port (Results 1 – 2 of 2) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_gpio.h | 306 NRFY_STATIC_INLINE void nrfy_gpio_ports_read(uint32_t start_port, in nrfy_gpio_ports_read() argument 311 nrf_gpio_ports_read(start_port, length, p_masks); in nrfy_gpio_ports_read() 317 NRFY_STATIC_INLINE void nrfy_gpio_latches_read(uint32_t start_port, in nrfy_gpio_latches_read() argument 322 nrf_gpio_latches_read(start_port, length, p_masks); in nrfy_gpio_latches_read() 327 NRFY_STATIC_INLINE void nrfy_gpio_latches_read_and_clear(uint32_t start_port, in nrfy_gpio_latches_read_and_clear() argument 332 nrf_gpio_latches_read_and_clear(start_port, length, p_masks); in nrfy_gpio_latches_read_and_clear()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_gpio.h | 711 NRF_STATIC_INLINE void nrf_gpio_ports_read(uint32_t start_port, 835 NRF_STATIC_INLINE void nrf_gpio_latches_read(uint32_t start_port, 848 NRF_STATIC_INLINE void nrf_gpio_latches_read_and_clear(uint32_t start_port, 1332 NRF_STATIC_INLINE void nrf_gpio_ports_read(uint32_t start_port, in nrf_gpio_ports_read() argument 1338 NRFX_ASSERT(start_port + length <= GPIO_COUNT); in nrf_gpio_ports_read() 1341 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_ports_read() 1420 NRF_STATIC_INLINE void nrf_gpio_latches_read(uint32_t start_port, in nrf_gpio_latches_read() argument 1427 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_latches_read() 1434 NRF_STATIC_INLINE void nrf_gpio_latches_read_and_clear(uint32_t start_port, in nrf_gpio_latches_read_and_clear() argument 1441 for (i = start_port; i < (start_port + length); i++) in nrf_gpio_latches_read_and_clear()
|