Searched refs:NRF_PIN_NUMBER_TO_PIN (Results 1 – 5 of 5) sorted by relevance
466 (NRF_PIN_NUMBER_TO_PIN(ext_ref) << COMP_EXTREFSEL_PIN_Pos) | in nrf_comp_ext_ref_set()509 (NRF_PIN_NUMBER_TO_PIN(input) << COMP_PSEL_PIN_Pos) | in nrf_comp_input_select()
569 p_reg->EXTREFSEL = ((NRF_PIN_NUMBER_TO_PIN(ext_ref) << LPCOMP_EXTREFSEL_PIN_Pos) & in nrf_lpcomp_ext_ref_set()583 (NRF_PIN_NUMBER_TO_PIN(input) << LPCOMP_PSEL_PIN_Pos) | in nrf_lpcomp_input_select()
123 #define NRF_PIN_NUMBER_TO_PIN(pin) ((pin) & 0x1F) macro
900 ((NRF_PIN_NUMBER_TO_PIN(pseln) << SAADC_CH_PSELN_PIN_Pos) in nrf_saadc_channel_input_set()905 ((NRF_PIN_NUMBER_TO_PIN(pselp) << SAADC_CH_PSELP_PIN_Pos) in nrf_saadc_channel_input_set()921 ((NRF_PIN_NUMBER_TO_PIN(pselp) << SAADC_CH_PSELP_PIN_Pos) in nrf_saadc_channel_pos_input_set()
1349 *p_pin = NRF_PIN_NUMBER_TO_PIN(pin_number); in nrf_gpio_pin_port_number_extract()