µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::rtos::port::clock_systick Class Reference

#include <os-decls.h>

Public Member Functions

 clock_systick ()=delete
 

Static Public Member Functions

static void internal_interrupt_service_routine (void)
 SysTick implementation hook.
 
static void start (void)
 
static result_t wait_for (clock::duration_t ticks)
 

Detailed Description

Definition at line 994 of file os-decls.h.

Constructor & Destructor Documentation

◆ clock_systick()

os::rtos::port::clock_systick::clock_systick ( )
delete

Member Function Documentation

◆ internal_interrupt_service_routine()

static void os::rtos::port::clock_systick::internal_interrupt_service_routine ( void  )
static

SysTick implementation hook.

It is called from os_systick_handler() after the scheduler was started.

◆ start()

static void os::rtos::port::clock_systick::start ( void  )
static

◆ wait_for()

static result_t os::rtos::port::clock_systick::wait_for ( clock::duration_t  ticks)
static

The documentation for this class was generated from the following file: