| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_gpio.h | 1003 cnf |= ((uint32_t)dir << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_cfg() 1037 cnf |= ((uint32_t)(p_dir ? *p_dir : 0) << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_reconfigure() 1063 uint32_t cnf = ((uint32_t)NRF_GPIO_PIN_DIR_OUTPUT << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_port_pin_output_set() 1090 uint32_t cnf = ((uint32_t)NRF_GPIO_PIN_DIR_INPUT << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_port_pin_input_set() 1258 GPIO_PIN_CNF_DIR_Msk) >> GPIO_PIN_CNF_DIR_Pos); in nrf_gpio_pin_dir_get()
|
| /hal_nordic-latest/nrfx/mdk/ |
| D | system_nrf5340_application.c | 44 #define TRACE_PIN_CNF_VALUE ( (GPIO_PIN_CNF_DIR_Output << GPIO_PIN_CNF_DIR_Pos) | \
|
| D | system_nrf91.c | 41 #define TRACE_PIN_CNF_VALUE ( (GPIO_PIN_CNF_DIR_Output << GPIO_PIN_CNF_DIR_Pos) | \
|
| D | system_nrf52.c | 79 | (GPIO_PIN_CNF_DIR_Output << GPIO_PIN_CNF_DIR_Pos))
|
| D | nrf51_bitfields.h | 2104 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 2105 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf52805_bitfields.h | 3636 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 3637 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf52810_bitfields.h | 3919 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 3920 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf52811_bitfields.h | 3919 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 3920 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf5340_network_bitfields.h | 5895 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 5896 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf52820_bitfields.h | 3730 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 3731 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf9160_bitfields.h | 8763 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 8764 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf9120_bitfields.h | 8798 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 8799 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf52_bitfields.h | 7269 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 7270 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf52840_bitfields.h | 8446 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 8447 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf52833_bitfields.h | 6696 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 6697 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf5340_application_bitfields.h | 10496 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ macro 10497 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
|
| D | nrf54l09_enga_types.h | 12307 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 12308 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|
| D | nrf54l15_types.h | 12017 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 12018 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|
| D | nrf54l05_types.h | 12017 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 12018 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|
| D | nrf54l10_types.h | 12017 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 12018 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|
| D | nrf54l20_enga_types.h | 12477 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 12478 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|
| D | nrf7120_enga_types.h | 13937 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 13938 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|
| D | nrf9230_engb_types.h | 21568 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 21569 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|
| D | nrf54h20_types.h | 22625 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 22626 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|
| D | nrf9230_enga_types.h | 21042 …#define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. … macro 21043 …#define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. …
|