Lines Matching refs:PIN_CNF
988 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_cfg()
1013 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_cfg()
1024 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_reconfigure()
1047 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_reconfigure()
1072 p_reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_port_pin_output_set()
1099 p_reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_port_pin_input_set()
1248 return (nrf_gpio_pin_sense_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_sense_get()
1257 return (nrf_gpio_pin_dir_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_dir_get()
1265 return (nrf_gpio_pin_input_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_input_get()
1273 return (nrf_gpio_pin_pull_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_pull_get()
1473 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_MCUSEL_Msk; in nrf_gpio_pin_control_select()
1474 reg->PIN_CNF[pin_number] = cnf | (ctrl << GPIO_PIN_CNF_MCUSEL_Pos); in nrf_gpio_pin_control_select()
1476 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_CTRLSEL_Msk; in nrf_gpio_pin_control_select()
1477 reg->PIN_CNF[pin_number] = cnf | (ctrl << GPIO_PIN_CNF_CTRLSEL_Pos); in nrf_gpio_pin_control_select()
1487 reg->PIN_CNF[pin_number] = ((reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_CLOCKPIN_Msk) | in nrf_gpio_pin_clock_set()
1496 return (((reg->PIN_CNF[pin_number] & GPIO_PIN_CNF_CLOCKPIN_Msk) >> GPIO_PIN_CNF_CLOCKPIN_Pos) in nrf_gpio_pin_clock_check()