Searched refs:acmp_channel_config (Results 1 – 1 of 1) sorted by relevance
425 acmp_channel_config_t acmp_channel_config; in comp_mcux_acmp_set_input_config() local428 acmp_channel_config.positivePortInput = (acmp_port_input_t)config->positive_port_input; in comp_mcux_acmp_set_input_config()431 acmp_channel_config.plusMuxInput = (uint32_t)config->positive_mux_input; in comp_mcux_acmp_set_input_config()434 acmp_channel_config.negativePortInput = (acmp_port_input_t)config->negative_port_input; in comp_mcux_acmp_set_input_config()437 acmp_channel_config.minusMuxInput = (uint32_t)config->negative_mux_input; in comp_mcux_acmp_set_input_config()439 ACMP_SetChannelConfig(dev_config->base, &acmp_channel_config); in comp_mcux_acmp_set_input_config()