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. |
#define Usb_enable_regulator | ( | ) | (UHWCON |= (1<<UVREGE)) |
Enable internal USB pads regulator.
Definition at line 180 of file usb_drv.h.
Referenced by main(), and usb_task_init().
#define Usb_disable_regulator | ( | ) | (UHWCON &= ~(1<<UVREGE)) |
#define Is_usb_regulator_enabled | ( | ) | ((UHWCON & (1<<UVREGE)) ? TRUE : FALSE) |