Lines Matching refs:port_idx
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()
166 uint8_t port_idx, in nrf_dcnf_ram_access_set() argument
169 p_reg->EXTRAM[port_idx].PROTECT = mask; in nrf_dcnf_ram_access_set()
173 uint8_t port_idx) in nrf_dcnf_ram_access_get() argument
175 return p_reg->EXTRAM[port_idx].PROTECT; in nrf_dcnf_ram_access_get()
181 uint8_t port_idx, in nrf_dcnf_code_access_set() argument
184 p_reg->EXTCODE[port_idx].PROTECT = mask; in nrf_dcnf_code_access_set()
188 uint8_t port_idx) in nrf_dcnf_code_access_get() argument
190 return p_reg->EXTCODE[port_idx].PROTECT; in nrf_dcnf_code_access_get()