nRF5 SDK v17.1.0
Data Fields
app_usbd_msc_inst_t Struct Reference

MSC part of class instance data. More...

#include <app_usbd_msc_internal.h>

Data Fields

void * p_block_buff
 Block buffer.
 
size_t block_buff_size
 Block buffer size (typically 512 bytes)
 
size_t block_buff_count
 Number of buffers (typically 2)
 
nrf_block_dev_t const ** pp_block_devs
 Block devices list.
 
size_t block_devs_count
 Block device list size.
 
app_usbd_msc_user_ev_handler_t user_ev_handler
 User event handler.
 
app_usbd_msc_subclass_t subclass
 MSC subclass.
 
app_usbd_msc_protocol_t protocol
 MSC protocol.
 

Detailed Description

MSC part of class instance data.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated