SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
Switch.h File Reference
#include "cpu_vars.h"
Include dependency graph for Switch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SW1_Init (void(*task)(void), INT32U priority)
 
void SW2_Init (void(*task)(void), INT32U priority)
 
void SW1_Debounce (void)
 
void SW2_Debounce (void)
 

Function Documentation

◆ SW1_Debounce()

void SW1_Debounce ( void  )

Definition at line 77 of file Switch.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SW1_Init()

void SW1_Init ( void(*)(void)  task,
INT32U  priority 
)

Definition at line 23 of file Switch.c.

Here is the caller graph for this function:

◆ SW2_Debounce()

void SW2_Debounce ( void  )

Definition at line 85 of file Switch.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SW2_Init()

void SW2_Init ( void(*)(void)  task,
INT32U  priority 
)

Definition at line 48 of file Switch.c.

Here is the caller graph for this function: