Lines Matching refs:PSEL
1304 p_reg->PSEL.SCK = sck_pin; in nrf_spim_pins_set()
1305 p_reg->PSEL.MOSI = mosi_pin; in nrf_spim_pins_set()
1306 p_reg->PSEL.MISO = miso_pin; in nrf_spim_pins_set()
1311 p_reg->PSEL.SCK = pin; in nrf_spim_sck_pin_set()
1316 p_reg->PSEL.MOSI = pin; in nrf_spim_mosi_pin_set()
1321 p_reg->PSEL.MISO = pin; in nrf_spim_miso_pin_set()
1326 return p_reg->PSEL.SCK; in nrf_spim_sck_pin_get()
1331 return p_reg->PSEL.MOSI; in nrf_spim_mosi_pin_get()
1336 return p_reg->PSEL.MISO; in nrf_spim_miso_pin_get()
1346 p_reg->PSEL.CSN[0] = pin; in nrf_spim_csn_configure()
1348 p_reg->PSEL.CSN = pin; in nrf_spim_csn_configure()
1357 return p_reg->PSEL.CSN[0]; in nrf_spim_csn_pin_get()
1359 return p_reg->PSEL.CSN; in nrf_spim_csn_pin_get()
1368 p_reg->PSEL.DCX = dcx_pin; in nrf_spim_dcx_pin_set()
1377 return p_reg->PSEL.DCX; in nrf_spim_dcx_pin_get()