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. |
#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)) |
#define Is_usb_regulator_enabled | ( | ) | ((REGCR & (1<<REGDIS)) ? FALSE : TRUE) |