Searched refs:mscr_val (Results 1 – 1 of 1) sorted by relevance
87 uint32_t mscr_val; in nxp_s32_gpio_configure() local104 mscr_val = PORT_READ(pin); in nxp_s32_gpio_configure()105 mscr_val &= ~(SIUL2_MSCR_SSS_MASK | SIUL2_MSCR_OBE_MASK | SIUL2_MSCR_IBE_MASK | in nxp_s32_gpio_configure()109 mscr_val |= SIUL2_MSCR_OBE(1U); in nxp_s32_gpio_configure()120 mscr_val |= SIUL2_MSCR_IBE(1U); in nxp_s32_gpio_configure()123 mscr_val |= SIUL2_MSCR_PUE(1U); in nxp_s32_gpio_configure()125 mscr_val |= SIUL2_MSCR_PUS(1U); in nxp_s32_gpio_configure()128 PORT_WRITE(pin, mscr_val); in nxp_s32_gpio_configure()389 uint32_t mscr_val; in nxp_s32_gpio_pin_get_config() local392 mscr_val = PORT_READ(pin); in nxp_s32_gpio_pin_get_config()[all …]