Home
last modified time | relevance | path

Searched refs:TCCR4C (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A Dwiring_analog.c248 #if defined(TCCR4C) && defined(COM4D1) in analogWrite()
251 sbi(TCCR4C, COM4D1); in analogWrite()
253 cbi(TCCR4C, COM4D0); in analogWrite()
H A Dwiring_digital.c126 #if defined(TCCR4C) && defined(COM4D1) in turnOffPWM()
127 case TIMER4D: cbi(TCCR4C, COM4D1); break; in turnOffPWM()
H A Dwiring.c338 sbi(TCCR4C, PWM4D); // enable PWM mode for comparator OCR4D in init()
/dports/devel/asl/asl-current/include/avr/
H A Dregmxu4.inc323 TCCR4C sfr 0xc2 ; Timer/Counter 4 Control Register C
324 PWM4D avrbit TCCR4C,0 ; Timer/Counter 4 Pulse Width Modulator D Enable
325 FOC4D avrbit TCCR4C,1 ; Timer/Counter 4 Force Output Compare D
326 COM4D0 avrbit TCCR4C,2 ; Timer/Counter 4 Compare Mode D
327 COM4D1 avrbit TCCR4C,3
328 COMAB0S avrbit TCCR4C,4 ; Timer/Counter 4 Comparator B Output Mode
329 COM4B1S avrbit TCCR4C,5
330 COM4A0S avrbit TCCR4C,6 ; Timer/Counter 4 Comparator A Output Mode
331 COM4A1S avrbit TCCR4C,7
H A Dregmxx01.inc369 TCCR4C sfr 0xa2 ; Timer/Counter 4 Control Register C
370 FOC4C avrbit TCCR4C,5 ; Timer/Counter 4 Force Output Compare C
371 FOC4B avrbit TCCR4C,6 ; Timer/Counter 4 Force Output Compare B
372 FOC4A avrbit TCCR4C,7 ; Timer/Counter 4 Force Output Compare A
H A Dregx4rfr2.inc408 TCCR4C sfr 0xa2 ; Timer/Counter 4 Control Register C
409 FOC4C avrbit TCCR4C,5 ; Timer/Counter 4 Force Output Compare C
410 FOC4B avrbit TCCR4C,6 ; Timer/Counter 4 Force Output Compare B
411 FOC4A avrbit TCCR4C,7 ; Timer/Counter 4 Force Output Compare A
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/private/
H A DIRTimer.hpp528 TCCR4C = 0; in timerConfigForSend()
541 TCCR4C = 0; in timerConfigForReceive()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diom16u4.h959 #define TCCR4C _SFR_MEM8(0xC2) macro
H A Diom32u4.h996 #define TCCR4C _SFR_MEM8(0xC2) macro
H A Diomxx0_1.h840 #define TCCR4C _SFR_MEM8(0xA2) macro
/dports/editors/fpc-ide/fpc-3.2.2/rtl/embedded/avr/
H A Datmega32u4.pp100 TCCR4C : byte absolute $00+$C2; // Timer/Counter 4 Control Register C
357 // TCCR4C
H A Datmega16u4.pp100 TCCR4C : byte absolute $00+$C2; // Timer/Counter 4 Control Register C
350 // TCCR4C
H A Datmega2561.pp117 TCCR4C : byte absolute $00+$A2; // Timer/Counter 4 Control Register C
402 // TCCR4C
/dports/lang/fpc-source/fpc-3.2.2/rtl/embedded/avr/
H A Datmega32u4.pp100 TCCR4C : byte absolute $00+$C2; // Timer/Counter 4 Control Register C
357 // TCCR4C
H A Datmega16u4.pp100 TCCR4C : byte absolute $00+$C2; // Timer/Counter 4 Control Register C
350 // TCCR4C
H A Datmega1281.pp111 TCCR4C : byte absolute $00+$A2; // Timer/Counter 4 Control Register C
395 // TCCR4C
H A Datmega2561.pp117 TCCR4C : byte absolute $00+$A2; // Timer/Counter 4 Control Register C
402 // TCCR4C
/dports/lang/fpc/fpc-3.2.2/rtl/embedded/avr/
H A Datmega32u4.pp100 TCCR4C : byte absolute $00+$C2; // Timer/Counter 4 Control Register C
357 // TCCR4C
H A Datmega16u4.pp100 TCCR4C : byte absolute $00+$C2; // Timer/Counter 4 Control Register C
350 // TCCR4C
H A Datmega1281.pp111 TCCR4C : byte absolute $00+$A2; // Timer/Counter 4 Control Register C
395 // TCCR4C
H A Datmega2561.pp117 TCCR4C : byte absolute $00+$A2; // Timer/Counter 4 Control Register C
402 // TCCR4C
/dports/lang/fpc-utils/fpc-3.2.2/rtl/embedded/avr/
H A Datmega32u4.pp100 TCCR4C : byte absolute $00+$C2; // Timer/Counter 4 Control Register C
357 // TCCR4C
H A Datmega16u4.pp100 TCCR4C : byte absolute $00+$C2; // Timer/Counter 4 Control Register C
350 // TCCR4C
H A Datmega1281.pp111 TCCR4C : byte absolute $00+$A2; // Timer/Counter 4 Control Register C
395 // TCCR4C
H A Datmega2561.pp117 TCCR4C : byte absolute $00+$A2; // Timer/Counter 4 Control Register C
402 // TCCR4C

123