Searched refs:CCP1IE (Results 1 – 5 of 5) sorted by relevance
92 CCP1IE = 0; // disable_interrupts(INT_CCP1); in isr_motor_step()137 CCP1IE = 1; // enable_interrupts(INT_CCP1); in motor_run()143 CCP1IE = 0; // disable_interrupts(INT_CCP1); in initialize()
110 CCP1IE = 0; // disable_interrupts(INT_CCP1); in isr_motor_step()154 CCP1IE = 1; // enable_interrupts(INT_CCP1); in motor_run()160 CCP1IE = 0; // disable_interrupts(INT_CCP1); in initialize()
120 CCP1IE = literal(0); // disable_interrupts(INT_CCP1); in isr_motor_step()181 CCP1IE = literal(1); // enable_interrupts(INT_CCP1); in motor_run()188 CCP1IE = literal(0); // disable_interrupts(INT_CCP1); in initialize()
70 uint8 CCP1IE; variable
167 pic_register_t CCP1IE; variable