Home
last modified time | relevance | path

Searched refs:portBIT_CLEAR (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/WizC/PIC18/Drivers/Tick/
DTick.c45 #define portBIT_CLEAR (0) macro
57 #define portTIMER_COMPARE_PS1 (portBIT_CLEAR)
58 #define portTIMER_COMPARE_PS0 (portBIT_CLEAR)
61 #define portTIMER_COMPARE_PS1 (portBIT_CLEAR)
66 #define portTIMER_COMPARE_PS0 (portBIT_CLEAR)
101 bCCP1M2 = portBIT_CLEAR; in portSetupTick()
114 bIPEN = portBIT_CLEAR; in portSetupTick()
136 bTMR1CS = portBIT_CLEAR; // Internal clock in portSetupTick()
/Kernel-v11.1.0/portable/MPLAB/PIC18F/
Dport.c96 #define portBIT_CLEAR ( ( uint8_t ) 0 ) macro
604 CCP1CONbits.CCP1M2 = portBIT_CLEAR; /*< Compare match mode. */