Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/fmc/
Dfsl_fmc.c45 config->waitStates = 0x05; in FMC_GetDefaultConfig()
69 base->FBWST |= config->waitStates; in FMC_Init()
Dfsl_fmc.h55 uint8_t waitStates; /* flash timing value for flash signature generation. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexbus/
Dfsl_flexbus.c89 assert(config->waitStates <= 0x3FU); in FLEXBUS_Init()
149 reg_value |= (uint32_t)config->waitStates << FB_CSCR_WS_SHIFT; in FLEXBUS_Init()
Dfsl_flexbus.h136 uint8_t waitStates; /*!< Value of wait states */ member