Functions | |
error_status_t | ll_usb_deinit (usb_regs_t *USBx) |
De-initialize USB registers (Registers restored to their default values). More... | |
error_status_t | ll_usb_init (usb_regs_t *USBx, ll_usb_init_t *p_usb_init) |
Initialize USB registers according to the specified parameters in p_usb_init. More... | |
void | ll_usb_struct_init (ll_usb_init_t *p_usb_init) |
Set each field of a ll_usb_init_t type structure to default value. More... | |
error_status_t ll_usb_deinit | ( | usb_regs_t * | USBx | ) |
De-initialize USB registers (Registers restored to their default values).
USBx | USB instance |
An | error_status_t enumeration value:
|
error_status_t ll_usb_init | ( | usb_regs_t * | USBx, |
ll_usb_init_t * | p_usb_init | ||
) |
Initialize USB registers according to the specified parameters in p_usb_init.
USBx | USB instance |
p_usb_init | Pointer to a ll_usb_init_t structure that contains the configuration information for the specified USB peripheral. |
An | error_status_t enumeration value:
|
void ll_usb_struct_init | ( | ll_usb_init_t * | p_usb_init | ) |
Set each field of a ll_usb_init_t type structure to default value.
p_usb_init | Pointer to a ll_usb_init_t structure whose fields will be set to default values. |
None |