Searched refs:SEMC_BYTE_NUMBIT (Results 1 – 1 of 1) sorted by relevance
52 #define SEMC_BYTE_NUMBIT (8U) macro1206 tempData <<= SEMC_BYTE_NUMBIT; in SEMC_IPCommandNandWrite()1257 *(data + size_bytes) = (uint8_t)((tempData >> (SEMC_BYTE_NUMBIT * size_bytes)) & 0xFFU); in SEMC_IPCommandNandRead()1303 *(data + size_bytes) = (uint8_t)((tempData >> (SEMC_BYTE_NUMBIT * size_bytes)) & 0xFFU); in SEMC_IPCommandNorRead()1348 … tempData |= ((uint32_t) * (data + size_bytes - 1U) << ((size_bytes - 1U) * SEMC_BYTE_NUMBIT)); in SEMC_IPCommandNorWrite()