fd54bc9ca4
Hardware init function profit a great deal from being inlined if the given parameters are constant -- which is the common use-case, we could probably call this for all timers and still have less overhead. The hwtimer_pwm_ini (which calls hwtimer_ini) gets completely computed at compile-time resulting only in the register settings of hwtimer_ini. This is now possible because we get rid of static storage for the max_ticks and instead compute this in hwtimer_pwm_max_ticks from the timer register settings. |
||
---|---|---|
.. | ||
dev | ||
radio | ||
avr.c | ||
avrdef.h | ||
bootloader.c | ||
bootloader.h | ||
cc2420_spi.c | ||
hw_timer.h | ||
leds-arch.c | ||
Makefile.avr | ||
minileds.c | ||
mtarch.c | ||
mtarch.h | ||
rtimer-arch.c | ||
rtimer-arch.h | ||
slip_uart1.c | ||
spi.c | ||
watchdog.c |