Searched refs:MCUX_ACMP_DT_INST_PROP (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/sensor/nxp/mcux_acmp/ |
D | mcux_acmp.c | 48 #define MCUX_ACMP_DT_INST_PROP(inst, prop, depr) \ macro 62 (MCUX_ACMP_DT_INST_PROP(inst, prop, depr)), \ 67 MCUX_ACMP_DT_INST_PROP(inst, filter_enable_sample, nxp_enable_sample) 76 MCUX_ACMP_DT_INST_PROP(inst, enable_high_speed_mode, nxp_high_speed_mode) 79 MCUX_ACMP_DT_INST_PROP(inst, use_unfiltered_output, nxp_use_unfiltered_output) 82 MCUX_ACMP_DT_INST_PROP(inst, enable_pin_out, nxp_enable_output_pin) 85 MCUX_ACMP_DT_INST_PROP(inst, enable_window_mode, nxp_window_mode)
|