Lines Matching refs:PIN_CNF
859 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_cfg()
884 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_cfg()
895 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_reconfigure()
918 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_reconfigure()
1072 return (nrf_gpio_pin_sense_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_sense_get()
1081 return (nrf_gpio_pin_dir_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_dir_get()
1089 return (nrf_gpio_pin_input_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_input_get()
1097 return (nrf_gpio_pin_pull_t)((reg->PIN_CNF[pin_number] & in nrf_gpio_pin_pull_get()
1264 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_MCUSEL_Msk; in nrf_gpio_pin_control_select()
1265 reg->PIN_CNF[pin_number] = cnf | (ctrl << GPIO_PIN_CNF_MCUSEL_Pos); in nrf_gpio_pin_control_select()
1267 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_CTRLSEL_Msk; in nrf_gpio_pin_control_select()
1268 reg->PIN_CNF[pin_number] = cnf | (ctrl << GPIO_PIN_CNF_CTRLSEL_Pos); in nrf_gpio_pin_control_select()
1278 reg->PIN_CNF[pin_number] = ((reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_CLOCKPIN_Msk) | in nrf_gpio_pin_clock_set()
1287 return (((reg->PIN_CNF[pin_number] & GPIO_PIN_CNF_CLOCKPIN_Msk) >> GPIO_PIN_CNF_CLOCKPIN_Pos) in nrf_gpio_pin_clock_check()