USB Pads Regulator drivers
[USB low level drivers]

Turns ON/OFF USB pads regulator. More...

Defines

#define Usb_enable_regulator()   (UHWCON |= (1<<UVREGE))
 Enable internal USB pads regulator.
#define Usb_disable_regulator()   (UHWCON &= ~(1<<UVREGE))
 Disable internal USB pads regulator.
#define Is_usb_regulator_enabled()   ((UHWCON & (1<<UVREGE)) ? TRUE : FALSE)
 Check regulator enable bit.

Detailed Description

Turns ON/OFF USB pads regulator.


Define Documentation

 
#define Usb_enable_regulator (  )     (UHWCON |= (1<<UVREGE))

Enable internal USB pads regulator.

Definition at line 202 of file usb_drv.h.

Referenced by usb_task_init().

 
#define Usb_disable_regulator (  )     (UHWCON &= ~(1<<UVREGE))

Disable internal USB pads regulator.

Definition at line 204 of file usb_drv.h.

 
#define Is_usb_regulator_enabled (  )     ((UHWCON & (1<<UVREGE)) ? TRUE : FALSE)

Check regulator enable bit.

Definition at line 206 of file usb_drv.h.


Generated on Mon Sep 14 13:51:29 2009 for ATMEL by  doxygen 1.5.3