Searched refs:SEMC_ConfigureIPCommand (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/semc/ |
| D | fsl_semc.c | 137 static status_t SEMC_ConfigureIPCommand(SEMC_Type *base, uint8_t size_bytes); 225 static status_t SEMC_ConfigureIPCommand(SEMC_Type *base, uint8_t size_bytes) in SEMC_ConfigureIPCommand() function 790 return SEMC_ConfigureIPCommand(base, ((uint8_t)config->portSize + 1U)); in SEMC_ConfigureNOR() 1185 return SEMC_ConfigureIPCommand(base, ((uint8_t)config->portSize + 1U)); in SEMC_ConfigureDBI() 1288 (void)SEMC_ConfigureIPCommand(base, SEMC_IPCOMMANDDATASIZEBYTEMAX); in SEMC_IPCommandNandWrite() 1301 (void)SEMC_ConfigureIPCommand(base, (uint8_t)size_bytes); in SEMC_IPCommandNandWrite() 1333 (void)SEMC_ConfigureIPCommand(base, SEMC_IPCOMMANDDATASIZEBYTEMAX); in SEMC_IPCommandNandRead() 1351 (void)SEMC_ConfigureIPCommand(base, (uint8_t)size_bytes); in SEMC_IPCommandNandRead() 1381 (void)SEMC_ConfigureIPCommand(base, SEMC_IPCOMMANDDATASIZEBYTEMAX); in SEMC_IPCommandNorRead() 1398 (void)SEMC_ConfigureIPCommand(base, (uint8_t)size_bytes); in SEMC_IPCommandNorRead() [all …]
|