Home
last modified time | relevance | path

Searched refs:COM1A1 (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/devel/avr-libc/avr-libc-2.0.0/doc/examples/demo/
H A Diocompat.h81 # define TIMER1_PWM_INIT _BV(PWM1A) | _BV(COM1A1)
90 # define TIMER1_PWM_INIT _BV(PWM1A) | _BV(COM1A1)
102 # define TIMER1_PWM_INIT _BV(WGM10) | _BV(PWM1A) | _BV(COM1A1)
142 #if !defined(COM1A1)
143 # define COM1A1 COM11 macro
160 # define TIMER1_PWM_INIT _BV(WGM10) | _BV(WGM11) | _BV(COM1A1)
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A Dwiring_digital.c79 #if defined(TCCR1A) && defined(COM1A1) in turnOffPWM()
80 case TIMER1A: cbi(TCCR1A, COM1A1); break; in turnOffPWM()
H A Dwiring_analog.c149 #if defined(TCCR1A) && defined(COM1A1) in analogWrite()
152 sbi(TCCR1A, COM1A1); in analogWrite()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Dio2313.h240 #define COM1A1 7 macro
H A Diotn15.h226 #define COM1A1 5 macro
H A Dio43u35x.h234 #define COM1A1 7 macro
H A Dio43u32x.h224 #define COM1A1 7 macro
H A Dio4414.h282 #define COM1A1 7 macro
H A Dio8515.h283 #define COM1A1 7 macro
H A Dio76c711.h199 #define COM1A1 7 macro
H A Diotn26.h235 #define COM1A1 7 macro
H A Diotnx5.h280 #define COM1A1 5 macro
H A Dioat94k.h418 #define COM1A1 7 macro
H A Dio8535.h339 #define COM1A1 7 macro
H A Dio4434.h338 #define COM1A1 7 macro
H A Diotnx4.h310 #define COM1A1 7 macro
H A Diom8a.h338 #define COM1A1 7 macro
H A Diotnx61.h364 #define COM1A1 7 macro
H A Diotn43u.h381 #define COM1A1 7 macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/
H A Dtimer.h224 typedef PwmChannel<Timer<1>, COM1A1, OCR1ARegister> PwmChannel1A;
/dports/devel/avr-libc/avr-libc-2.0.0/doc/examples/largedemo/
H A Dlargedemo.c224 TCCR1A = _BV(WGM10) | _BV(WGM11) | _BV(COM1A1) | _BV(COM1A0); in ioinit()
/dports/devel/asl/asl-current/include/avr/
H A Dreg2313.inc86 COM1A1 avrbit TCCR1A,7
H A Dreg4414.inc94 COM1A1 avrbit TCCR1A,7
H A Dreg8515.inc94 COM1A1 avrbit TCCR1A,7
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/private/
H A DIRTimer.hpp259 #define ENABLE_SEND_PWM_BY_TIMER TCNT1 = 0; (TCCR1A |= _BV(COM1A1); (TCCR1D |= _BV(OC1BU)) // + …
262 #define ENABLE_SEND_PWM_BY_TIMER TCNT1 = 0; (TCCR1A |= _BV(COM1A1)) // Clear OC1A/OC1B on Compar…
263 #define DISABLE_SEND_PWM_BY_TIMER (TCCR1A &= ~(_BV(COM1A1)))

1234567891011