Home
last modified time | relevance | path

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

/third_party/boost/libs/safe_numerics/example/
DMotor.c13 #byte CCPR1H = 0xfbf
109 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
144 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
Dmotor1.c99 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
130 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
Dmotor2.c117 CCPR2H = CCPR1H = (ccpr >> 8); // timer value at next CCP match in isr_motor_step()
147 CCPR2H = CCPR1H = (ccpr >> 8); in motor_run()
Dpicsfr.h23 #byte CCPR1H = 0xfbf
Dmotor3.c72 CCPR1H = literal(0xff) & (ccpr >> literal(8)); in update()
Dexample92.cpp79 uint8 CCPR1H; variable
Dexample93.cpp176 pic_register_t CCPR1H; variable