Callbacks provided by the USB_BOARD_RESET to the ACM subsystem
More...
Callbacks provided by the USB_BOARD_RESET to the ACM subsystem
◆ usb_board_reset_coding_cb()
int usb_board_reset_coding_cb |
( |
usbus_cdcacm_device_t * | cdcacm, |
|
|
uint32_t | baud, |
|
|
uint8_t | bits, |
|
|
uint8_t | parity, |
|
|
uint8_t | stop ) |
USB coding callback used to trigger the board reset.
- Parameters
-
[in] | cdcacm | Pointer to the cdcacm device |
[in] | baud | Baudrate used by the client. Only 1200 baud is taken into account |
[in] | bits | Number of bit mode used by the client |
[in] | parity | Parity mode used by the client |
[in] | stop | Stop bit mode used by the client |
- Returns
- Always return 0