Very Simple Kernel 0.1.0
Loading...
Searching...
No Matches
vsk_CriticalSection Struct Reference

Critical section. More...

#include <vsk_CriticalSection.h>

Data Fields

vsk_CriticalSection_OnEnter_t onEnter
 
vsk_CriticalSection_OnExit_t onExit
 
uint8_t volatile nestingLevels
 

Detailed Description

Critical section.

Field Documentation

◆ nestingLevels

uint8_t volatile vsk_CriticalSection::nestingLevels

The nesting level of the critical section

◆ onEnter

vsk_CriticalSection_OnEnter_t vsk_CriticalSection::onEnter

Called on entering a critical section

◆ onExit

vsk_CriticalSection_OnExit_t vsk_CriticalSection::onExit

Called on exiting a critical section


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