Searched refs:port_idx (Results 1 – 2 of 2) sorted by relevance
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_dcnf.h | 72 uint8_t port_idx, 85 uint8_t port_idx); 99 uint8_t port_idx, 112 uint8_t port_idx); 126 uint8_t port_idx, 139 uint8_t port_idx); 151 uint8_t port_idx, in nrf_dcnf_peripheral_access_set() argument 154 p_reg->EXTPERI[port_idx].PROTECT = mask; in nrf_dcnf_peripheral_access_set() 158 uint8_t port_idx) in nrf_dcnf_peripheral_access_get() argument 160 return p_reg->EXTPERI[port_idx].PROTECT; in nrf_dcnf_peripheral_access_get() [all …]
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_gpiote.c | 1464 for (uint32_t port_idx = 0; port_idx < GPIO_COUNT; port_idx++) in latch_pending_read_and_check() local 1466 if (nrf_bitmask_bit_is_set(port_index[port_idx], &available_gpio_ports)) in latch_pending_read_and_check() 1468 nrfy_gpio_latches_read_and_clear(port_idx, 1, &latch[port_idx]); in latch_pending_read_and_check() 1470 if (latch[port_idx]) in latch_pending_read_and_check() 1534 for (uint32_t port_idx = 0; port_idx < GPIO_COUNT; port_idx++) in input_read_and_check() local 1536 if (nrf_bitmask_bit_is_set(port_index[port_idx], &available_gpio_ports)) in input_read_and_check() 1538 nrfy_gpio_ports_read(port_idx, 1, &new_input[port_idx]); in input_read_and_check() 1541 uint32_t input_diff = input[port_idx] ^ new_input[port_idx]; in input_read_and_check() 1542 input[port_idx] = new_input[port_idx]; in input_read_and_check() 1547 pins_to_check[port_idx] &= input_diff; in input_read_and_check() [all …]
|