Lines Matching refs:portBIT_SET
44 #define portBIT_SET (1) macro
62 #define portTIMER_COMPARE_PS0 (portBIT_SET)
65 #define portTIMER_COMPARE_PS1 (portBIT_SET)
69 #define portTIMER_COMPARE_PS1 (portBIT_SET)
70 #define portTIMER_COMPARE_PS0 (portBIT_SET)
100 bCCP1M3 = portBIT_SET; in portSetupTick()
102 bCCP1M1 = portBIT_SET; in portSetupTick()
103 bCCP1M0 = portBIT_SET; in portSetupTick()
108 bCCP1IE = portBIT_SET; in portSetupTick()
115 bPEIE = portBIT_SET; in portSetupTick()
131 bRD16 = portBIT_SET; // 16-bit in portSetupTick()
134 bT1OSCEN = portBIT_SET; // Oscillator enable in portSetupTick()
135 bT1SYNC = portBIT_SET; // No external clock sync in portSetupTick()
138 bTMR1ON = portBIT_SET; // Start timer1 in portSetupTick()