UX_SLAVE_CLASS_DFU_GET_STATUS_STATE is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_SLAVE_CLASS_DFU_GET_STATUS_STATE

UX_SLAVE_CLASS_DFU_GET_STATUS_STATE macro

Syntax

#define UX_SLAVE_CLASS_DFU_GET_STATUS_STATE 4

References

LocationText
ux_device_class_dfu.h:137
#define UX_SLAVE_CLASS_DFU_GET_STATUS_STATE 4
ux_device_class_dfu_control_request.c:730
*(transfer_request -> ux_slave_transfer_request_data_pointer + UX_SLAVE_CLASS_DFU_GET_STATUS_STATE) = (UCHAR) _ux_system_slave -> ux_system_slave_device_dfu_state_machine;
ux_device_class_dfu_control_request.c:924
*(buffer + UX_SLAVE_CLASS_DFU_GET_STATUS_STATE) = (UCHAR) _ux_system_slave -> ux_system_slave_device_dfu_state_machine;