Lines Matching refs:SEMC_ConfigureIPCommand
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()
1407 (void)SEMC_ConfigureIPCommand(base, dataSize); in SEMC_IPCommandNorRead()
1431 (void)SEMC_ConfigureIPCommand(base, SEMC_IPCOMMANDDATASIZEBYTEMAX); in SEMC_IPCommandNorWrite()
1444 (void)SEMC_ConfigureIPCommand(base, (uint8_t)size_bytes); in SEMC_IPCommandNorWrite()
1454 (void)SEMC_ConfigureIPCommand(base, dataSize); in SEMC_IPCommandNorWrite()