![]() |
ISF
1.1
Intelligent Sensing Framework
|
Stop mode configuration during idle. More...
#include <fxlc95000_util.h>
Data Fields | |
int8 | stop_cfg |
vuint32 | use_stop_fc |
vuint32 | use_stop_sc |
Stop mode configuration during idle.
This structure holds the configuration variables that control the operation of the device when the fxlc9500x_idle() function is called. The use of this structure is described in the fxlc9500x_idle() function.
The use_stop_fc and use_stop_sc fields may be modified inside the user_exception_handler() function, so while they can be read anywhere, any code that modifies them should only be executed when interrupts are disabled. This can be achieved in 3 ways:
Definition at line 261 of file fxlc95000_util.h.
Override the normal idle mode stop configuration, based upon the value of this field:
Definition at line 262 of file fxlc95000_util.h.
If this is non-zero then STOP mode must use StopFC (Fast Clock) mode
Definition at line 268 of file fxlc95000_util.h.
If this is non-zero and use_stop_fc is zero then STOP mode must use StopSC (Slow Clock) mode
Definition at line 270 of file fxlc95000_util.h.