Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.h858 static inline uint16_t SEMC_BuildNandIPCommand(uint8_t userCommand, in SEMC_BuildNandIPCommand() argument
862 … return ((uint16_t)userCommand << 8U) | ((uint16_t)addrMode << 4U) | ((uint16_t)cmdMode & 0x000FU); in SEMC_BuildNandIPCommand()