12#ifndef ZEPHYR_INCLUDE_DRIVERS_UART_CDC_ACM_H_
13#define ZEPHYR_INCLUDE_DRIVERS_UART_CDC_ACM_H_
void(* cdc_dte_rate_callback_t)(const struct device *dev, uint32_t rate)
A function that is called when the USB host changes the baud rate.
Definition cdc_acm.h:31
int cdc_acm_dte_rate_callback_set(const struct device *dev, cdc_dte_rate_callback_t callback)
Set the callback for dwDTERate SetLineCoding requests.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Runtime device structure (in ROM) per driver instance.
Definition device.h:403