Home
last modified time | relevance | path

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

/third_party/boost/libs/safe_numerics/example/
DMotor.c17 #bit TMR1ON = T1CON.0
141 TMR1ON = 0; // stop timer1; in motor_run()
152 TMR1ON=1; // restart timer1; in motor_run()
Dmotor2.c144 T1CONbits.TMR1ON = 0; // stop timer1; in motor_run()
155 T1CONbits.TMR1ON = 1; // restart timer1; in motor_run()
Dmotor1.c127 T1CONbits.TMR1ON = 0; // stop timer1; in motor_run()
138 T1CONbits.TMR1ON = 1; // restart timer1; in motor_run()
Dmotor3.c172 T1CONbits.TMR1ON = literal(0); // stop timer1; in motor_run()
182 T1CONbits.TMR1ON = literal(1); // restart timer1; in motor_run()
Dpicsfr.h27 #bit TMR1ON = T1CON.0
Dexample92.cpp114 bit<uint8, 0> TMR1ON{T1CON}; member
Dexample93.cpp223 bit<pic_register_t, 0> TMR1ON{T1CON}; member