Home
last modified time | relevance | path

Searched refs:OUTSET (Results 1 – 7 of 7) 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/boards/phytec/reel_board/
Dboard.c24 gpio->OUTSET = BIT(PERIPH_PON_PIN); in board_reel_board_init()
/Zephyr-latest/drivers/dp/
Dswdp_ll_pin.h63 reg->OUTSET = BIT(pin); in swdp_ll_pin_set()
/Zephyr-latest/drivers/gpio/
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/soc/atmel/sam0/common/
Dsoc_port.c54 pg->OUTSET.reg = (1 << pin->pinum); in soc_port_configure()
/Zephyr-latest/drivers/led_strip/
Dws2812_gpio.c79 volatile uint32_t *base = (uint32_t *)&NRF_GPIO->OUTSET; in send_buf()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c174 NRF_GPIO_PA->OUTSET = BIT(NRF_GPIO_PA_PIN); in radio_setup()
189 NRF_GPIO_PDN->OUTSET = BIT(NRF_GPIO_PDN_PIN); in radio_setup()
2013 NRF_GPIO_LNA->OUTSET = BIT(NRF_GPIO_LNA_PIN); in radio_gpio_lna_on()
2020 NRF_GPIO_LNA->OUTSET = BIT(NRF_GPIO_LNA_PIN); in radio_gpio_lna_off()