Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/easrc/
Dfsl_asrc.h258 } asrc_context_config_t; typedef
314 void ASRC_GetContextDefaultConfig(asrc_context_config_t *config,
329 status_t ASRC_SetContextConfig(ASRC_Type *base, asrc_context_t context, asrc_context_config_t *conf…
Dfsl_asrc.c189 …_SetContextProcessorConfig(ASRC_Type *base, asrc_context_t context, asrc_context_config_t *config);
630 …C_SetContextProcessorConfig(ASRC_Type *base, asrc_context_t context, asrc_context_config_t *config) in ASRC_SetContextProcessorConfig()
832 void ASRC_GetContextDefaultConfig(asrc_context_config_t *config, in ASRC_GetContextDefaultConfig()
839 (void)memset(config, 0, sizeof(asrc_context_config_t)); in ASRC_GetContextDefaultConfig()
887 status_t ASRC_SetContextConfig(ASRC_Type *base, asrc_context_t context, asrc_context_config_t *conf… in ASRC_SetContextConfig()
Dfsl_asrc_sdma.h174 asrc_context_config_t *asrcConfig);
Dfsl_asrc_sdma.c276 asrc_context_config_t *asrcConfig) in ASRC_TransferSetContextConfigSDMA()