Home
last modified time | relevance | path

Searched full:outset (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Ddebug.h112 DEBUG_PORT->OUTSET = DEBUG_PIN0; \
116 DEBUG_PORT->OUTSET = DEBUG_PIN0; \
124 DEBUG_PORT->OUTSET = DEBUG_PIN1; \
126 DEBUG_PORT->OUTSET = DEBUG_PIN1; \
135 DEBUG_PORT->OUTSET = DEBUG_PIN1; \
137 DEBUG_PORT->OUTSET = DEBUG_PIN1; \
146 DEBUG_PORT->OUTSET = DEBUG_PIN2; \
148 DEBUG_PORT->OUTSET = DEBUG_PIN2; \
157 DEBUG_PORT->OUTSET = DEBUG_PIN7; \
159 DEBUG_PORT->OUTSET = DEBUG_PIN7; \
[all …]
/Zephyr-latest/dts/bindings/gpio/
Daltr,pio-1.0.yaml27 outset:
30 Enable outset register to specify which bit of the output port to set.
/Zephyr-latest/drivers/gpio/
Dgpio_altera_pio.c27 uint8_t outset; member
127 const uint8_t outset = cfg->outset; in gpio_altera_port_set_bits_raw() local
143 if (outset) { in gpio_altera_port_set_bits_raw()
310 .outset = DT_INST_PROP(n, outset), \
Dgpio_sam0.c78 regs->OUTSET.reg = BIT(pin); in gpio_sam0_config()
89 regs->OUTSET.reg = BIT(pin); in gpio_sam0_config()
134 config->regs->OUTSET.reg = pins; in gpio_sam0_port_set_bits_raw()
/Zephyr-latest/boards/phytec/reel_board/
Dboard.c24 gpio->OUTSET = BIT(PERIPH_PON_PIN); in board_reel_board_init()
/Zephyr-latest/drivers/led_strip/
Dws2812_gpio.c39 * This uses OUTCLR == OUTSET+4.
50 #define SET_HIGH "str %[p], [%[r], #0]\n" /* OUTSET = BIT(LED_PIN) */
79 volatile uint32_t *base = (uint32_t *)&NRF_GPIO->OUTSET; in send_buf()
/Zephyr-latest/drivers/dp/
Dswdp_ll_pin.h63 reg->OUTSET = BIT(pin); in swdp_ll_pin_set()
/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.c54 pg->OUTSET.reg = (1 << pin->pinum); in soc_port_configure()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c173 NRF_GPIO_PA->OUTSET = BIT(NRF_GPIO_PA_PIN); in radio_setup()
188 NRF_GPIO_PDN->OUTSET = BIT(NRF_GPIO_PDN_PIN); in radio_setup()
1950 NRF_GPIO_LNA->OUTSET = BIT(NRF_GPIO_LNA_PIN); in radio_gpio_lna_on()
1957 NRF_GPIO_LNA->OUTSET = BIT(NRF_GPIO_LNA_PIN); in radio_gpio_lna_off()
/Zephyr-latest/doc/build/cmake/
Dbuild-build-phase-1.svg3 …position: fixed; left: 50%; width: auto; text-align: center; border: 3px outset; padding: 1em 2em;…