Everything
3.2.12 OS Timer

Below is a list of API functions output by the Code Generator for OS timer use.

Table 3.12

API Functions: [OS timer]

API Function Name

Function

R_OSTMm_Create

Performs initialization necessary to control the OS timer functions.

R_OSTMm_Create_UserInit

Performs user-defined initialization relating to the OS timer functions.

r_ostmm_interrupt

Performs processing in response to the OS timer interrupt.

R_OSTMm_Start

Start OS timer count.

R_OSTMm_Stop

Stop OS timer count.

R_OSTMm_Set_CompareValue

In interval timer mode, set start value of the down-counter.

In free-running comparison mode, set value for comparison.