Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_coex.h111 .pull = GPIO_PIN_CNF_PULL_Disabled \
117 .pull = GPIO_PIN_CNF_PULL_Disabled \
/hal_nordic-3.4.0/nrfx/mdk/
Dsystem_nrf5340_application.c44 (GPIO_PIN_CNF_PULL_Disabled << GPIO_PIN_CNF_PULL_Pos) | \
Dsystem_nrf91.c42 (GPIO_PIN_CNF_PULL_Disabled << GPIO_PIN_CNF_PULL_Pos) | \
Dnrf51_bitfields.h2093 #define GPIO_PIN_CNF_PULL_Disabled (0x00UL) /*!< No pull. */ macro
Dnrf52805_bitfields.h3625 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf9120_bitfields.h4518 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf9160_bitfields.h4482 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf52811_bitfields.h3908 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf52810_bitfields.h3908 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf5340_network_bitfields.h5884 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf52820_bitfields.h3719 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf52_bitfields.h7258 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf52840_bitfields.h6800 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf52833_bitfields.h6685 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
Dnrf5340_application_bitfields.h8564 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ macro
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_gpio.h191 NRF_GPIO_PIN_NOPULL = GPIO_PIN_CNF_PULL_Disabled, ///< Pin pull-up resistor disabled.