mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-22 06:40:58 +00:00
Correct bitfields for cdc_desc_func_telephone_call_state_reporting_capabilities_t
This commit is contained in:
parent
f48ae4aad7
commit
7e2c5fcc8a
@ -379,7 +379,7 @@ typedef struct TU_ATTR_PACKED
|
|||||||
uint32_t line_state_change : 1; ///< 0 : Does not support line state change notification. 1 : Does support line state change notification
|
uint32_t line_state_change : 1; ///< 0 : Does not support line state change notification. 1 : Does support line state change notification
|
||||||
uint32_t TU_RESERVED0 : 2;
|
uint32_t TU_RESERVED0 : 2;
|
||||||
uint32_t TU_RESERVED1 : 16;
|
uint32_t TU_RESERVED1 : 16;
|
||||||
uint32_t TU_RESERVED2 : 4;
|
uint32_t TU_RESERVED2 : 8;
|
||||||
} bmCapabilities;
|
} bmCapabilities;
|
||||||
}cdc_desc_func_telephone_call_state_reporting_capabilities_t;
|
}cdc_desc_func_telephone_call_state_reporting_capabilities_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user