Go to the documentation of this file.
16#ifndef C10X10RGB_DELAYS_H
17#define C10X10RGB_DELAYS_H
24 #define DELAY_TOH Delay_Cyc( 3 );
25 #define DELAY_TOL Delay_Cyc( 7 );
26 #define DELAY_T1H Delay_Cyc( 12 );
27 #define DELAY_T1L Delay_Cyc( 8 );
30 #define DELAY_TOH Delay_Cyc( 2 );
31 #define DELAY_TOL Delay_Cyc( 4 );
32 #define DELAY_T1H Delay_Cyc( 7 );
33 #define DELAY_T1L Delay_Cyc( 3 );
37 #define DELAY_TOL asm nop;
38 #define DELAY_T1H Delay_Cyc( 4 );
44 #define DELAY_T1H Delay_Cyc( 4 );
47 #error "Logic delays are not defined for the selected MCU"
52 #define DELAY_TOH Delay_Cyc( 2 );
53 #define DELAY_TOL Delay_Cyc( 4 );
54 #define DELAY_T1H Delay_Cyc( 10 );
55 #define DELAY_T1L Delay_Cyc( 4 );
58 #define DELAY_TOH Delay_Cyc( 2 );
59 #define DELAY_TOL Delay_Cyc( 2 );
60 #define DELAY_T1H Delay_Cyc( 12 );
61 #define DELAY_T1L Delay_Cyc( 2 );
90 #define DELAY_T1H Delay_Cyc( 6 );
136 #define DELAY_T1H Delay_Cyc( 2 );
155 #error "Logic delays are not defined for the selected MCU"
185 #define DELAY_TOL Delay_Cyc( 2 );
186 #define DELAY_T1H Delay_Cyc( 7 );
187 #define DELAY_T1L Delay_Cyc( 2 );
190 #define DELAY_TOH Delay_Cyc( 2 );
191 #define DELAY_TOL Delay_Cyc( 2 );
192 #define DELAY_T1H Delay_Cyc( 10 );
193 #define DELAY_T1L Delay_Cyc( 4 );
198 #define DELAY_T1H Delay_Cyc( 2 );
219 #define DELAY_TOL Delay_Cyc( 2 );
220 #define DELAY_T1H Delay_Cyc( 4 );
221 #define DELAY_T1L Delay_Cyc( 2 );
223 #error "Logic delays are not defined for the selected MCU"
226 #error "Logic delays are not defined for the selected toolchain"