Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/s32/s32ze/
Dpinctrl_soc.h36 #define SIUL2_MSCR_ODE_MASK BIT(20) macro
37 #define SIUL2_MSCR_ODE(v) FIELD_PREP(SIUL2_MSCR_ODE_MASK, (v))
/Zephyr-latest/drivers/gpio/
Dgpio_nxp_s32.c407 #if defined(SIUL2_MSCR_ODE_MASK) in nxp_s32_gpio_pin_get_config()
408 if ((mscr_val & SIUL2_MSCR_ODE_MASK) != 0) { in nxp_s32_gpio_pin_get_config()