Searched refs:GPIOD (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/gpio/ |
D | gpio_ene_kb1200.c | 60 WRITE_BIT(config->gpio_regs->GPIOD, pin, 1); in kb1200_gpio_pin_configure() 62 WRITE_BIT(config->gpio_regs->GPIOD, pin, 0); in kb1200_gpio_pin_configure() 90 config->gpio_regs->GPIOD |= (value & mask); in kb1200_gpio_port_set_masked_raw() 98 config->gpio_regs->GPIOD |= pins; in kb1200_gpio_port_set_bits_raw() 106 config->gpio_regs->GPIOD &= ~pins; in kb1200_gpio_port_clear_bits_raw() 114 config->gpio_regs->GPIOD ^= pins; in kb1200_gpio_port_toggle_bits()
|
/Zephyr-latest/soc/ene/kb1200/reg/ |
D | gpio.h | 18 volatile uint32_t GPIOD; /*Output Data Register */ member
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_ene_kb1200.c | 137 WRITE_BIT(gpio_regs->GPIOD, pin, 0); in kb1200_config_pin() 140 WRITE_BIT(gpio_regs->GPIOD, pin, 1); in kb1200_config_pin()
|
/Zephyr-latest/boards/nxp/frdm_mcxc242/doc/ |
D | index.rst | 87 PORTB/GPIOB, PORTC/GPIOC, PORTD/GPIOD, and PORTE/GPIOE) for the FRDM-MCXC242 board.
|
/Zephyr-latest/boards/nxp/frdm_mcxc444/doc/ |
D | index.rst | 84 PORTB/GPIOB, PORTC/GPIOC, PORTD/GPIOD, and PORTE/GPIOE) for the FRDM-MCXC444 board.
|
/Zephyr-latest/boards/nxp/frdm_kl25z/doc/ |
D | index.rst | 67 (PORTA/GPIOA, PORTB/GPIOB, PORTC/GPIOC, PORTD/GPIOD, and PORTE/GPIOE) for the FRDM-KL25Z board.
|