Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/easrc/
Dfsl_asrc.h101 } asrc_data_width_t; typedef
178 asrc_data_width_t dataWidth; /*!< context input data width */
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/asrc/
Dfsl_asrc.h256 } asrc_data_width_t; typedef
286 asrc_data_width_t inDataWidth; /*!< input data width */
289 asrc_data_width_t outDataWidth; /*!< output data width */
Dfsl_asrc.c577asrc_data_width_t outWdith = (base->ASRMCR1[channelPair] & ASRC_ASRMCR1_OW16_MASK) == ASRC_ASRMCR1… in ASRC_GetOutSamplesSize()