Home
last modified time | relevance | path

Searched refs:CCP1CON (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/safe_numerics/example/
DMotor.c11 #byte CCP1CON = 0xfbd
114 CCP1CON = phase & 0xff; // set CCP action on next match in isr_motor_step()
148 CCP1CON = phase & 0xff; // sets action on match in motor_run()
Dmotor2.c122 CCP1CON = phase & 0xff; // set CCP action on next match in isr_motor_step()
151 CCP1CON = phase & 0xff; // sets action on match in motor_run()
Dmotor1.c104 CCP1CON = phase & 0xff; // set CCP action on next match in isr_motor_step()
134 CCP1CON = phase & 0xff; // sets action on match in motor_run()
Dpicsfr.h21 #byte CCP1CON = 0xfbd
Dmotor3.c69 CCP1CON = phase & literal(0xff); // set CCP action on next match in update()
Dexample92.cpp81 uint8 CCP1CON; variable
Dexample93.cpp178 pic_register_t CCP1CON; variable