USB Host Shield 2.0
Public Member Functions | List of all members
MAX3421e< SPI_SS, INTR > Class Template Reference

#include <usbhost.h>

Inheritance diagram for MAX3421e< SPI_SS, INTR >:
Inheritance graph
[legend]

Public Member Functions

 MAX3421e ()
 
void regWr (uint8_t reg, uint8_t data)
 
uint8_t * bytesWr (uint8_t reg, uint8_t nbytes, uint8_t *data_p)
 
void gpioWr (uint8_t data)
 
uint8_t regRd (uint8_t reg)
 
uint8_t * bytesRd (uint8_t reg, uint8_t nbytes, uint8_t *data_p)
 
uint8_t gpioRd ()
 
uint16_t reset ()
 
int8_t Init ()
 
int8_t Init (int mseconds)
 
void vbusPower (VBUS_t state)
 
uint8_t getVbusState (void)
 
void busprobe ()
 
uint8_t GpxHandler ()
 
uint8_t IntHandler ()
 
uint8_t Task ()
 

Detailed Description

template<typename SPI_SS, typename INTR>
class MAX3421e< SPI_SS, INTR >

Definition at line 109 of file usbhost.h.

Constructor & Destructor Documentation

template<typename SPI_SS , typename INTR >
MAX3421e< SPI_SS, INTR >::MAX3421e ( )

Definition at line 142 of file usbhost.h.

Member Function Documentation

template<typename SPI_SS , typename INTR >
void MAX3421e< SPI_SS, INTR >::regWr ( uint8_t  reg,
uint8_t  data 
)

Definition at line 153 of file usbhost.h.

template<typename SPI_SS , typename INTR >
uint8_t * MAX3421e< SPI_SS, INTR >::bytesWr ( uint8_t  reg,
uint8_t  nbytes,
uint8_t *  data_p 
)

Definition at line 191 of file usbhost.h.

template<typename SPI_SS , typename INTR >
void MAX3421e< SPI_SS, INTR >::gpioWr ( uint8_t  data)

Definition at line 240 of file usbhost.h.

template<typename SPI_SS , typename INTR >
uint8_t MAX3421e< SPI_SS, INTR >::regRd ( uint8_t  reg)

Definition at line 249 of file usbhost.h.

template<typename SPI_SS , typename INTR >
uint8_t * MAX3421e< SPI_SS, INTR >::bytesRd ( uint8_t  reg,
uint8_t  nbytes,
uint8_t *  data_p 
)

Definition at line 283 of file usbhost.h.

template<typename SPI_SS , typename INTR >
uint8_t MAX3421e< SPI_SS, INTR >::gpioRd ( )

Definition at line 341 of file usbhost.h.

template<typename SPI_SS , typename INTR >
uint16_t MAX3421e< SPI_SS, INTR >::reset ( )

Definition at line 352 of file usbhost.h.

template<typename SPI_SS , typename INTR >
int8_t MAX3421e< SPI_SS, INTR >::Init ( )

Definition at line 366 of file usbhost.h.

template<typename SPI_SS , typename INTR >
int8_t MAX3421e< SPI_SS, INTR >::Init ( int  mseconds)

Definition at line 403 of file usbhost.h.

template<typename SPI_SS , typename INTR >
void MAX3421e< SPI_SS, INTR >::vbusPower ( VBUS_t  state)
inline

Definition at line 124 of file usbhost.h.

template<typename SPI_SS , typename INTR >
uint8_t MAX3421e< SPI_SS, INTR >::getVbusState ( void  )
inline

Definition at line 128 of file usbhost.h.

template<typename SPI_SS , typename INTR >
void MAX3421e< SPI_SS, INTR >::busprobe ( )

Definition at line 447 of file usbhost.h.

template<typename SPI_SS , typename INTR >
uint8_t MAX3421e< SPI_SS, INTR >::GpxHandler ( )
template<typename SPI_SS , typename INTR >
uint8_t MAX3421e< SPI_SS, INTR >::IntHandler ( )

Definition at line 501 of file usbhost.h.

template<typename SPI_SS , typename INTR >
uint8_t MAX3421e< SPI_SS, INTR >::Task ( void  )

Definition at line 482 of file usbhost.h.


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