Home
last modified time | relevance | path

Searched refs:SERIAL_STATE_PARITY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/usb/class/
Dusb_cdc.h108 #define SERIAL_STATE_PARITY 0x20 macro
/Zephyr-latest/subsys/usb/device/class/
Dcdc_acm.c861 dev_data->serial_state &= ~SERIAL_STATE_PARITY; in cdc_acm_line_ctrl_set()
864 dev_data->serial_state |= SERIAL_STATE_PARITY; in cdc_acm_line_ctrl_set()