Searched refs:SEMC_ConfigureIPCommand (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_semc.c | 89 static status_t SEMC_ConfigureIPCommand(SEMC_Type *base, uint8_t size_bytes); 177 static status_t SEMC_ConfigureIPCommand(SEMC_Type *base, uint8_t size_bytes) in SEMC_ConfigureIPCommand() function 736 return SEMC_ConfigureIPCommand(base, ((uint8_t)config->portSize + 1U)); in SEMC_ConfigureNOR() 1085 return SEMC_ConfigureIPCommand(base, ((uint8_t)config->portSize + 1U)); in SEMC_ConfigureDBI() 1188 (void)SEMC_ConfigureIPCommand(base, SEMC_IPCOMMANDDATASIZEBYTEMAX); in SEMC_IPCommandNandWrite() 1201 (void)SEMC_ConfigureIPCommand(base, (uint8_t)size_bytes); in SEMC_IPCommandNandWrite() 1233 (void)SEMC_ConfigureIPCommand(base, SEMC_IPCOMMANDDATASIZEBYTEMAX); in SEMC_IPCommandNandRead() 1251 (void)SEMC_ConfigureIPCommand(base, (uint8_t)size_bytes); in SEMC_IPCommandNandRead() 1281 (void)SEMC_ConfigureIPCommand(base, SEMC_IPCOMMANDDATASIZEBYTEMAX); in SEMC_IPCommandNorRead() 1298 (void)SEMC_ConfigureIPCommand(base, (uint8_t)size_bytes); in SEMC_IPCommandNorRead() [all …]
|