Home
last modified time | relevance | path

Searched refs:bmBUSRST (Results 1 – 2 of 2) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
DMax3421e_constants.h214 #define bmBUSRST 0x01 macro
DUsb.cpp380 regWr( rHCTL, bmBUSRST ); //issue bus reset in Task()
384 if(( regRd( rHCTL ) & bmBUSRST ) == 0 ) { in Task()