Lines Matching refs:a
7 This port provides a basis for supporting all modern ATmega devices using either the Enhanced Watch…
12 - TimerN - a 16-bit Timer which will be configured by the user.
14 …o generate phase correct PWM timing (for example) and they would be wasted as a simple System Tick.
16 …two devices the `EIND` register need to be preserved during a context switch. Also, due to a limit…
22 … to Pins, and they can be used for more simple timing tasks, requiring only a single counting dire…
28 … generate the System Tick does not impact its use as a watch dog. It can be configured to generate…
36 …ddresses. However, focusing on just the ATmega family only two devices have a large Flash requirin…
39 …- providing a `portTASK_FUNCTION_PROTO()` with the linker attribute `.lowtext` which is used to en…
47 …a very time critical process is running, based on microsecond timing generated by one of the Timer…
51 Using `NO_BLOCK` is optional, and should only be done if a critical Timer should interrupt the Sche…
57 …es that the stack will always be above the heap, and does a check for this when responding to a `m…
80 ATmega devices without enhanced __WDT__ Interrupt capability - will use a 8-bit or 16-bit Timer.