Home
last modified time | relevance | path

Searched refs:SEMC_BYTE_NUMBIT (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_semc.c52 #define SEMC_BYTE_NUMBIT (8U) macro
1206 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()