LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sct_fsm.h
Go to the documentation of this file.
1 #ifndef __SCT_FSM_H__
2 #define __SCT_FSM_H__
3 
4 /* Generated by fzmparser version 1.14 --- DO NOT EDIT! */
5 
6 #include "sct_user.h"
7 
8 extern void sct_fsm_init(void);
9 
10 /* Input assignments */
11 #define SCT_INPUT_DOWN (4)
12 #define SCT_INPUT_RESET (3)
13 
14 /* Output assignments (and their defaults if specified) */
15 #define SCT_OUTPUT_LED1 (14)
16 #define SCT_OUTPUTPRELOAD_LED1 (0)
17 #define SCT_OUTPUT_LED2 (10)
18 #define SCT_OUTPUTPRELOAD_LED2 (0)
19 #define SCT_OUTPUT_LED3 (13)
20 #define SCT_OUTPUTPRELOAD_LED3 (0)
21 #define SCT_OUTPUT_LED4 (11)
22 #define SCT_OUTPUTPRELOAD_LED4 (0)
23 
24 
25 /* Match register reload macro definitions */
26 #define reload_maxcount(value) LPC_SCT->MATCHREL_L[0] = value;
27 
28 #endif