Searched refs:bParityType (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/ |
D | usb-cdc.c | 96 line_coding.bCharFormat, line_coding.bParityType, line_coding.bDataBits); in app_main() 100 line_coding.bParityType = 1; in app_main() 104 line_coding.bCharFormat, line_coding.bParityType, line_coding.bDataBits); in app_main() 108 line_coding.bCharFormat, line_coding.bParityType, line_coding.bDataBits); in app_main()
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/ |
D | usb_cdc.h | 146 uint8_t bParityType; member
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/ |
D | usb_cdc.h | 146 uint8_t bParityType; member
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/ |
D | cdc_acm_host.h | 26 uint8_t bParityType; // 0: None, 1: Odd, 2: Even, 3: Mark, 4: Space member
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/ |
D | test_cdc_acm_host.c | 168 .bParityType = 1,
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 1069 line_coding->bCharFormat, line_coding->bParityType, line_coding->bDataBits); in cdc_acm_host_line_coding_get() 1081 line_coding->bCharFormat, line_coding->bParityType, line_coding->bDataBits); in cdc_acm_host_line_coding_set()
|