µ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_rtc Class Reference

#include <os-decls.h>

Public Member Functions

 clock_rtc ()=delete
 

Static Public Member Functions

static void internal_interrupt_service_routine (void)
 RTC implementation hook.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ clock_rtc()

os::rtos::port::clock_rtc::clock_rtc ( )
delete

Member Function Documentation

◆ internal_interrupt_service_routine()

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

RTC implementation hook.

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


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