COUNTER_COMP_COUNT_U64
COUNTER_COMP_COUNT_U64("count", NULL, NULL);
COUNTER_COMP_COUNT_U64("spike_filter_ns",
COUNTER_COMP_COUNT_U64("prescaler", stm32_count_prescaler_read,
COUNTER_COMP_COUNT_U64("num_overflows", stm32_count_nb_ovf_read, stm32_count_nb_ovf_write),
COUNTER_COMP_COUNT_U64("num_overflows", ecap_cnt_nb_ovf_read, ecap_cnt_nb_ovf_write),
COUNTER_COMP_COUNT_U64("capture", _read, _write)
COUNTER_COMP_COUNT_U64("ceiling", _read, _write)
COUNTER_COMP_COUNT_U64("compare", _read, _write)
COUNTER_COMP_COUNT_U64("floor", _read, _write)
COUNTER_COMP_COUNT_U64("preset", _read, _write)