ESOS32
ESOSOn32-bitProcessors
Functions | Variables
esos_hwxxx_tick.c File Reference

Template for creating hardware-specific support for ESOS32 system tick. More...

#include "esos_hwxxx.h"
Include dependency graph for esos_hwxxx_tick.c:

Go to the source code of this file.

Functions

void __esos_tmrSvcsExecute (void)
 
void _ISRFAST _T1Interrupt (void)
 
void __esos_hw_InitSystemTick (void)
 
uint32_t __esos_hw_GetSystemTickCount (void)
 

Variables

volatile uint32_t esos_tick_count
 
volatile uint8_t sub_tick
 

Detailed Description

Template for creating hardware-specific support for ESOS32 system tick.

Hardware-specific file to generate the ESOS system tick functionality

Definition in file esos_hwxxx_tick.c.