Home
last modified time | relevance | path

Searched refs:TCCR4A (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A Dwiring_analog.c221 #if defined(TCCR4A) in analogWrite()
224 sbi(TCCR4A, COM4A1); in analogWrite()
226 cbi(TCCR4A, COM4A0); in analogWrite()
232 #if defined(TCCR4A) && defined(COM4B1) in analogWrite()
235 sbi(TCCR4A, COM4B1); in analogWrite()
240 #if defined(TCCR4A) && defined(COM4C1) in analogWrite()
243 sbi(TCCR4A, COM4C1); in analogWrite()
H A Dwiring_digital.c117 #if defined(TCCR4A) && defined(COM4A1) in turnOffPWM()
118 case TIMER4A: cbi(TCCR4A, COM4A1); break; in turnOffPWM()
120 #if defined(TCCR4A) && defined(COM4B1) in turnOffPWM()
121 case TIMER4B: cbi(TCCR4A, COM4B1); break; in turnOffPWM()
123 #if defined(TCCR4A) && defined(COM4C1) in turnOffPWM()
124 case TIMER4C: cbi(TCCR4A, COM4C1); break; in turnOffPWM()
H A Dwiring.c332 #if defined(TCCR4A) && defined(TCCR4B) && defined(TCCR4D) /* beginning of timer4 block for 32U4 and… in init()
337 sbi(TCCR4A, PWM4A); // enable PWM mode for comparator OCR4A in init()
343 sbi(TCCR4A, WGM40); // put timer 4 in 8-bit phase correct pwm mode in init()
H A DTone.cpp204 #if defined(TCCR4A) && defined(TCCR4B) && defined(TIMSK4) in toneBegin()
207 TCCR4A = 0; in toneBegin()
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/private/
H A DIRTimer.hpp463 #define ENABLE_SEND_PWM_BY_TIMER TCNT4 = 0; (TCCR4A |= _BV(COM4A1))
464 #define DISABLE_SEND_PWM_BY_TIMER (TCCR4A &= ~(_BV(COM4A1)))
477 TCCR4A = _BV(WGM41); in timerConfigForSend()
485 TCCR4A = 0; in timerConfigForReceive()
507 #define ENABLE_SEND_PWM_BY_TIMER TCNT4 = 0; (TCCR4A |= _BV(COM4A0)) // Use complementary OC4…
508 #define DISABLE_SEND_PWM_BY_TIMER (TCCR4A &= ~(_BV(COM4A0))) // (Pro Micro does not map PC7 (32/…
511 #define ENABLE_SEND_PWM_BY_TIMER TCNT4 = 0; (TCCR4A |= _BV(COM4A1)); DDRC |= (1<<7)
512 #define DISABLE_SEND_PWM_BY_TIMER (TCCR4A &= ~(_BV(COM4A1)))
526 TCCR4A = (1 << PWM4A); in timerConfigForSend()
539 TCCR4A = 0; in timerConfigForReceive()
/dports/devel/asl/asl-current/include/avr/
H A Dregmxu4.inc305 TCCR4A sfr 0xc0 ; Timer/Counter 4 Control Register A
306 PWM4B avrbit TCCR4A,0 ; Timer/Counter 4 Pulse Width Modulator B Enable
307 PWM4A avrbit TCCR4A,1 ; Timer/Counter 4 Pulse Width Modulator A Enable
308 FOC4B avrbit TCCR4A,2 ; Timer/Counter 4 Force Output Compare B
309 FOC4A avrbit TCCR4A,3 ; Timer/Counter 4 Force Output Compare A
310 COM4B0 avrbit TCCR4A,4 ; Timer/Counter 4 Compare Mode B
311 COM4B1 avrbit TCCR4A,5
312 COM4A0 avrbit TCCR4A,6 ; Timer/Counter 4 Compare Mode A
313 COM4A1 avrbit TCCR4A,7
H A Dregmxx01.inc352 TCCR4A sfr 0xa0 ; Timer/Counter 4 Control Register A
353 WGM40 avrbit TCCR4A,0 ; Timer/Counter 4 Waveform Generation Mode
354 WGM41 avrbit TCCR4A,1
355 COM4C0 avrbit TCCR4A,2 ; Timer/Counter 4 Compare Mode C
356 COM4C1 avrbit TCCR4A,3
357 COM4B0 avrbit TCCR4A,4 ; Timer/Counter 4 Compare Mode B
358 COM4B1 avrbit TCCR4A,5
359 COM4A0 avrbit TCCR4A,6 ; Timer/Counter 4 Compare Mode A
360 COM4A1 avrbit TCCR4A,7
H A Dregx4rfr2.inc391 TCCR4A sfr 0xa0 ; Timer/Counter 4 Control Register A
392 WGM40 avrbit TCCR4A,0 ; Timer/Counter 4 Waveform Generation Mode
393 WGM41 avrbit TCCR4A,1
394 COM4C0 avrbit TCCR4A,2 ; Timer/Counter 4 Compare Mode C
395 COM4C1 avrbit TCCR4A,3
396 COM4B0 avrbit TCCR4A,4 ; Timer/Counter 4 Compare Mode B
397 COM4B1 avrbit TCCR4A,5
398 COM4A0 avrbit TCCR4A,6 ; Timer/Counter 4 Compare Mode A
399 COM4A1 avrbit TCCR4A,7
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/
H A DTone.cpp.disabled202 #if defined(TCCR4A) && defined(TCCR4B) && defined(TIMSK4)
205 TCCR4A = 0;
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diom16u4.h939 #define TCCR4A _SFR_MEM8(0xC0) macro
H A Diom32u4.h976 #define TCCR4A _SFR_MEM8(0xC0) macro
H A Diomxx0_1.h821 #define TCCR4A _SFR_MEM8(0xA0) macro
/dports/editors/fpc-ide/fpc-3.2.2/rtl/embedded/avr/
H A Datmega32u4.pp98 TCCR4A : byte absolute $00+$C0; // Timer/Counter4 Control Register A
345 // TCCR4A
H A Datmega16u4.pp98 TCCR4A : byte absolute $00+$C0; // Timer/Counter4 Control Register A
338 // TCCR4A
H A Datmega2561.pp115 TCCR4A : byte absolute $00+$A0; // Timer/Counter4 Control Register A
393 // TCCR4A
/dports/lang/fpc-source/fpc-3.2.2/rtl/embedded/avr/
H A Datmega32u4.pp98 TCCR4A : byte absolute $00+$C0; // Timer/Counter4 Control Register A
345 // TCCR4A
H A Datmega16u4.pp98 TCCR4A : byte absolute $00+$C0; // Timer/Counter4 Control Register A
338 // TCCR4A
H A Datmega1281.pp109 TCCR4A : byte absolute $00+$A0; // Timer/Counter4 Control Register A
386 // TCCR4A
H A Datmega2561.pp115 TCCR4A : byte absolute $00+$A0; // Timer/Counter4 Control Register A
393 // TCCR4A
/dports/lang/fpc/fpc-3.2.2/rtl/embedded/avr/
H A Datmega32u4.pp98 TCCR4A : byte absolute $00+$C0; // Timer/Counter4 Control Register A
345 // TCCR4A
H A Datmega16u4.pp98 TCCR4A : byte absolute $00+$C0; // Timer/Counter4 Control Register A
338 // TCCR4A
H A Datmega1281.pp109 TCCR4A : byte absolute $00+$A0; // Timer/Counter4 Control Register A
386 // TCCR4A
/dports/lang/fpc-utils/fpc-3.2.2/rtl/embedded/avr/
H A Datmega32u4.pp98 TCCR4A : byte absolute $00+$C0; // Timer/Counter4 Control Register A
345 // TCCR4A
H A Datmega16u4.pp98 TCCR4A : byte absolute $00+$C0; // Timer/Counter4 Control Register A
338 // TCCR4A
H A Datmega1281.pp109 TCCR4A : byte absolute $00+$A0; // Timer/Counter4 Control Register A
386 // TCCR4A

123