Collaboration diagram for USB Pads Regulator drivers:
|
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 173 of file usb_drv.h.
Referenced by usb_task_init().
| #define Usb_disable_regulator | ( | ) | (UHWCON &= ~(1<<UVREGE)) |
| #define Is_usb_regulator_enabled | ( | ) | ((UHWCON & (1<<UVREGE)) ? TRUE : FALSE) |
1.5.1-p1