All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

nrf usb peripheral device context More...

Detailed Description

nrf usb peripheral device context

Definition at line 58 of file nrfusb.h.

#include <nrfusb.h>

Data Fields

usbdev_t usbdev
 Inherited usbdev struct

 
usbdev_ep_t ep_ins [NRF_USB_NUM_EP]
 IN type endpoints

 
usbdev_ep_t ep_outs [NRF_USB_NUM_EP]
 OUT type endpoints

 
NRF_USBD_Type * device
 Ptr to the device registers

 
nrfusb_setup_state_t sstate
 Setup request state machine

 

Field Documentation

◆ device

NRF_USBD_Type* nrfusb_t::device

Ptr to the device registers

Definition at line 62 of file nrfusb.h.

◆ ep_ins

usbdev_ep_t nrfusb_t::ep_ins[NRF_USB_NUM_EP]

IN type endpoints

Definition at line 60 of file nrfusb.h.

◆ ep_outs

usbdev_ep_t nrfusb_t::ep_outs[NRF_USB_NUM_EP]

OUT type endpoints

Definition at line 61 of file nrfusb.h.

◆ sstate

nrfusb_setup_state_t nrfusb_t::sstate

Setup request state machine

Definition at line 63 of file nrfusb.h.

◆ usbdev

usbdev_t nrfusb_t::usbdev

Inherited usbdev struct

Definition at line 59 of file nrfusb.h.


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