Home
last modified time | relevance | path

Searched refs:TIMER0B (Results 1 – 4 of 4) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
Dwiring_digital.c87 #if defined(TIMER0B) && defined(COM0B1) in turnOffPWM()
88 case TIMER0B: cbi(TCCR0A, COM0B1); break; in turnOffPWM()
Dpins_arduino.c287 TIMER0B , // PG 5 ** 4 ** PWM4
444 TIMER0B,
Dpins_arduino.h35 #define TIMER0B 2 macro
Dwiring_analog.c131 case TIMER0B: in analogWrite()