Searched refs:size_bytes (Results 1 – 2 of 2) 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() argument 229 if ((size_bytes > SEMC_IPCOMMANDDATASIZEBYTEMAX) || (size_bytes == 0x00U)) in SEMC_ConfigureIPCommand() 241 base->IPCR1 = SEMC_IPCR1_DATSZ(size_bytes); in SEMC_ConfigureIPCommand() 245 if (size_bytes < 4U) in SEMC_ConfigureIPCommand() 249 if (size_bytes < 3U) in SEMC_ConfigureIPCommand() 253 if (size_bytes < 2U) in SEMC_ConfigureIPCommand() 1275 …us_t SEMC_IPCommandNandWrite(SEMC_Type *base, uint32_t address, uint8_t *data, uint32_t size_bytes) in SEMC_IPCommandNandWrite() argument 1285 while (size_bytes >= SEMC_IPCOMMANDDATASIZEBYTEMAX) in SEMC_IPCommandNandWrite() 1296 size_bytes -= SEMC_IPCOMMANDDATASIZEBYTEMAX; in SEMC_IPCommandNandWrite() [all …]
|
| D | fsl_semc.h | 885 …s_t SEMC_IPCommandNandWrite(SEMC_Type *base, uint32_t address, uint8_t *data, uint32_t size_bytes); 895 …us_t SEMC_IPCommandNandRead(SEMC_Type *base, uint32_t address, uint8_t *data, uint32_t size_bytes); 905 …us_t SEMC_IPCommandNorWrite(SEMC_Type *base, uint32_t address, uint8_t *data, uint32_t size_bytes); 915 …tus_t SEMC_IPCommandNorRead(SEMC_Type *base, uint32_t address, uint8_t *data, uint32_t size_bytes);
|