Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c56 #define SEMC_BYTE_NUMBIT (8U) macro
1306 tempData <<= SEMC_BYTE_NUMBIT; in SEMC_IPCommandNandWrite()
1357 *(data + size_bytes) = (uint8_t)((tempData >> (SEMC_BYTE_NUMBIT * size_bytes)) & 0xFFU); in SEMC_IPCommandNandRead()
1403 *(data + size_bytes) = (uint8_t)((tempData >> (SEMC_BYTE_NUMBIT * size_bytes)) & 0xFFU); in SEMC_IPCommandNorRead()
1448 … tempData |= ((uint32_t) * (data + size_bytes - 1U) << ((size_bytes - 1U) * SEMC_BYTE_NUMBIT)); in SEMC_IPCommandNorWrite()