Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_nxp_s32.c35 #define PORT_READ(p) sys_read32(config->port_base + SIUL2_MSCR(p)) macro
104 mscr_val = PORT_READ(pin); in nxp_s32_gpio_configure()
392 mscr_val = PORT_READ(pin); in nxp_s32_gpio_pin_get_config()
444 ip |= (!!(PORT_READ(pin) & SIUL2_MSCR_IBE_MASK)) * BIT(pin); in nxp_s32_gpio_port_get_direction()
454 op |= (!!(PORT_READ(pin) & SIUL2_MSCR_OBE_MASK)) * BIT(pin); in nxp_s32_gpio_port_get_direction()