Everything

R_ATUIV_Timerknm_Get_Measure_Value


Reads the value of measurement (number of edges, off-state duty cycle, PWM cycle, edge input time).

[Syntax]

void    R_ATUIV_Timerknm_Get_Measure_Value ( uint16_t * edge, uint32_t * off_duty_cycle, uint32_t * pwm_cycle, uint32_t * edge_input_time );

Remark

k is the timer kind, n is the unit number, m is the channel number.

[Argument(s)]

I/O

Argument(s)

Description

O

uint16_t * edge;

Pointer to area in which to store the number of edges

O

uint32_t * off_duty_cycle;

Pointer to area in which to store the off-state duty cycle

O

uint32_t * pwm_cycle;

Pointer to area in which to store the PWM cycle

O

uint32_t * edge_input_time;

Pointer to area in which to store the edge input time

[Return value]

None.