Board Switch setup for TM4c123.
More...
#include "tm4c123gh6pm.h"
#include "OS.h"
#include "Switch.h"
Go to the source code of this file.
|
#define | SW1 0x10 |
|
#define | SW2 0x01 |
|
Board Switch setup for TM4c123.
- Author
- Sijin Woo (https://github.com/SijWoo)
Definition in file Switch.c.
◆ SW1
◆ SW2
◆ GPIOPortF_Handler()
void GPIOPortF_Handler |
( |
void |
| ) |
|
◆ SW1_Debounce()
void SW1_Debounce |
( |
void |
| ) |
|
◆ SW1_Init()
void SW1_Init |
( |
void(*)(void) |
task, |
|
|
uint32_t |
priority |
|
) |
| |
◆ SW2_Debounce()
void SW2_Debounce |
( |
void |
| ) |
|
◆ SW2_Init()
void SW2_Init |
( |
void(*)(void) |
task, |
|
|
uint32_t |
priority |
|
) |
| |
◆ SW1_LastState
◆ SW1_Priority
◆ SW1_Task
void(* SW1_Task) (void) |
( |
void |
| ) |
|
◆ SW2_LastState
◆ SW2_Priority
◆ SW2_Task
void(* SW2_Task) (void) |
( |
void |
| ) |
|