USB Pads Regulator drivers
[USB low level drivers]

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

Defines

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

Detailed Description

Turns ON/OFF USB pads regulator.


Define Documentation

 
#define Usb_enable_regulator (  )     (REGCR &= ~(1<<REGDIS))

Enable internal USB pads regulator.

Definition at line 180 of file usb_drv.h.

Referenced by usb_task_init().

 
#define Usb_disable_regulator (  )     (REGCR |= (1<<REGDIS))

Disable internal USB pads regulator.

Definition at line 182 of file usb_drv.h.

 
#define Is_usb_regulator_enabled (  )     ((REGCR & (1<<REGDIS)) ? FALSE : TRUE)

Check regulator enable bit.

Definition at line 184 of file usb_drv.h.


Generated on Fri Sep 11 14:23:55 2009 for ATMEL by  doxygen 1.5.3