Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.c2149 uint32_t busWidth = (base->PROT_CTRL & USDHC_PROT_CTRL_DTW_MASK) >> USDHC_PROT_CTRL_DTW_SHIFT; in USDHC_EnableAutoTuningForCmdAndData() local
2156 if (busWidth == 0UL) in USDHC_EnableAutoTuningForCmdAndData()
2161 else if (busWidth == 1UL) in USDHC_EnableAutoTuningForCmdAndData()
2172 if (busWidth == 0UL) in USDHC_EnableAutoTuningForCmdAndData()
2178 else if (busWidth == 1UL) in USDHC_EnableAutoTuningForCmdAndData()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sdma/
Dfsl_sdma.c475 sdma_transfer_size_t busWidth, in SDMA_ConfigBufferDescriptor() argument
531 bd->command = (uint8_t)busWidth; in SDMA_ConfigBufferDescriptor()
Dfsl_sdma.h459 sdma_transfer_size_t busWidth,