Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/
Dfsl_jpegdec.c96 config->endianMode = kJPEGDEC_LittleEndian; in JPEGDEC_GetDefaultConfig()
126 JPEGDEC_SetEndian(base, config->endianMode); in JPEGDEC_Init()
Dfsl_jpegdec.h142 jpegdec_endian_mode_t endianMode; /*!< Endian mode for the souce/decoded image.*/ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/sdhc/
Dfsl_sdhc.h452 sdhc_endian_mode_t endianMode; /*!< Endian mode */ member
Dfsl_sdhc.c838 proctl |= (SDHC_PROCTL_EMODE(config->endianMode) | SDHC_PROCTL_DMAS(config->dmaMode)); in SDHC_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.h622 usdhc_endian_mode_t endianMode; /*!< Endian mode. */ member
Dfsl_usdhc.c860 proctl |= USDHC_PROT_CTRL_EMODE(config->endianMode); in USDHC_Init()