Lines Matching full:for
3 __Port for generalised Microchip ATmega architecture__
7 This port provides a basis for supporting all modern ATmega devices using either the Enhanced Watch…
14 …for 16-bit Timers available on many relevant devices. The availability of these 16-bit Timers is s…
16 …for the 3 byte program counter devices __ATmega2560__ and __ATmega2561__. Specific to these two de…
22 …for generating phase correct PWM by up/down counting), and Pins attached to Interrupts. The 8-bit …
36 … These are the __ATmega2560__ and __ATmega2561__. This PR provides support for these two devices i…
41 For devices which can support __XRAM__ and have the __RAMPZ__ register, this register is also prese…
49 …for the Scheduler), and enable interrupts to be nested. Using this method, I've been able to succe…
55 …ir own heap using one of the pre-allocated heap management algorithms, but for those that choose t…
57 The avr-libc library assumes that the stack will always be above the heap, and does a check for thi…
67 For devices which can support __XRAM__ the user will need to tune the location of stack and heap ac…