Lines Matching refs:count_value
324 uint32_t count_value = 0U; in timer_counter_read() local
325 count_value = TIMER_CNT(timer_periph); in timer_counter_read()
326 return (count_value); in timer_counter_read()
1722 uint32_t count_value = 0U; in timer_channel_capture_value_register_read() local
1727 count_value = TIMER_CH0CV(timer_periph); in timer_channel_capture_value_register_read()
1731 count_value = TIMER_CH1CV(timer_periph); in timer_channel_capture_value_register_read()
1735 count_value = TIMER_CH2CV(timer_periph); in timer_channel_capture_value_register_read()
1739 count_value = TIMER_CH3CV(timer_periph); in timer_channel_capture_value_register_read()
1743 count_value = TIMER_MCH0CV(timer_periph); in timer_channel_capture_value_register_read()
1747 count_value = TIMER_MCH1CV(timer_periph); in timer_channel_capture_value_register_read()
1751 count_value = TIMER_MCH2CV(timer_periph); in timer_channel_capture_value_register_read()
1755 count_value = TIMER_MCH3CV(timer_periph); in timer_channel_capture_value_register_read()
1760 return (count_value); in timer_channel_capture_value_register_read()