Defines | |
| #define | SMN_TIMER_CTRL_ZEROS_MASK 0xfffffffc |
| #define | SMN_TIMER_LOAD_TIMER 0x2 |
| #define | SMN_TIMER_STOP_MASK 0x1 |
| #define | SMN_TIMER_START_TIMER 0x1 |
| #define SMN_TIMER_CTRL_ZEROS_MASK 0xfffffffc |
These bits are reserved or zero
| #define SMN_TIMER_LOAD_TIMER 0x2 |
Load the timer from SMN_TIMER_IV
| #define SMN_TIMER_START_TIMER 0x1 |
Setting this value starts the timer
| #define SMN_TIMER_STOP_MASK 0x1 |
Setting to zero stops the Timer
| © Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
|