![]()  | 
  
    uFCoder 2.62
    
   | 
 
Functions | |
| UFR_STATUS DL_API | AutoSleepGet (VAR uint8_t *seconds_wait) | 
| Get status of AutoSleep mode.   | |
| UFR_STATUS DL_API | AutoSleepSet (uint8_t seconds_wait) | 
| Turn the device into Sleep mode after a certain amount of time.   | |
| UFR_STATUS DL_API | UfrEnterSleepMode (void) | 
| Turn the device into Sleep mode.   | |
| UFR_STATUS DL_API | UfrLeaveSleepMode (void) | 
| Wake up device from Sleep mode.   | |
| UFR_STATUS DL_API AutoSleepGet | ( | VAR uint8_t * | seconds_wait | ) | 
Get status of AutoSleep mode.
| seconds_wait | variable holding value of seconds to wait before entering into sleep. If the parameter is 0x00, the AutoSleep feature is turned off (default state). | 
| UFR_STATUS DL_API AutoSleepSet | ( | uint8_t | seconds_wait | ) | 
Turn the device into Sleep mode after a certain amount of time.
| seconds_wait | variable holding value of seconds to wait before entering into sleep. If the parameter is 0x00, the AutoSleep feature is turned off (default state). | 
| UFR_STATUS DL_API UfrEnterSleepMode | ( | void | ) | 
Turn the device into Sleep mode.
| UFR_STATUS DL_API UfrLeaveSleepMode | ( | void | ) | 
Wake up device from Sleep mode.