Structures and functions required by UDC.
◆ udi_cdc_comm_disable()
void udi_cdc_comm_disable |
( |
void |
| ) |
|
◆ udi_cdc_comm_enable()
bool udi_cdc_comm_enable |
( |
void |
| ) |
|
◆ udi_cdc_comm_setup()
bool udi_cdc_comm_setup |
( |
void |
| ) |
|
◆ udi_cdc_data_disable()
void udi_cdc_data_disable |
( |
void |
| ) |
|
◆ udi_cdc_data_enable()
bool udi_cdc_data_enable |
( |
void |
| ) |
|
◆ udi_cdc_data_setup()
bool udi_cdc_data_setup |
( |
void |
| ) |
|
◆ udi_cdc_data_sof_notify()
void udi_cdc_data_sof_notify |
( |
void |
| ) |
|
◆ udi_cdc_getsetting()
uint8_t udi_cdc_getsetting |
( |
void |
| ) |
|
◆ udi_api_cdc_comm [1/2]
Global structure which contains standard UDI API for UDC.
Definition at line 86 of file udi_cdc.c.
◆ udi_api_cdc_comm [2/2]
Initial value:= {
}
bool udi_cdc_comm_setup(void)
void udi_cdc_comm_disable(void)
uint8_t udi_cdc_getsetting(void)
bool udi_cdc_comm_enable(void)
Global structure which contains standard UDI API for UDC.
Definition at line 86 of file udi_cdc.c.
◆ udi_api_cdc_data [1/2]
◆ udi_api_cdc_data [2/2]
Initial value:= {
}
bool udi_cdc_data_enable(void)
void udi_cdc_data_sof_notify(void)
void udi_cdc_data_disable(void)
uint8_t udi_cdc_getsetting(void)
bool udi_cdc_data_setup(void)
Definition at line 92 of file udi_cdc.c.