Home
last modified time | relevance | path

Searched refs:cnf (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h632 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_INPUT_Msk; in nrf_gpio_cfg_watcher() local
634 reg->PIN_CNF[pin_number] = cnf | (GPIO_PIN_CNF_INPUT_Connect << GPIO_PIN_CNF_INPUT_Pos); in nrf_gpio_cfg_watcher()
641 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_INPUT_Msk; in nrf_gpio_input_disconnect() local
643 reg->PIN_CNF[pin_number] = cnf | (GPIO_PIN_CNF_INPUT_Disconnect << GPIO_PIN_CNF_INPUT_Pos); in nrf_gpio_input_disconnect()
665 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_SENSE_Msk; in nrf_gpio_cfg_sense_set() local
667 reg->PIN_CNF[pin_number] = cnf | (sense_config << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_cfg_sense_set()
904 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_MCUSEL_Msk; in nrf_gpio_pin_mcu_select() local
905 reg->PIN_CNF[pin_number] = cnf | (mcu << GPIO_PIN_CNF_MCUSEL_Pos); in nrf_gpio_pin_mcu_select()

Completed in 3 milliseconds