Searched refs:ONEWIRE_CS_BUSY (Results 1 – 7 of 7) sorted by relevance
173 return (HWREG(ui32Base + ONEWIRE_O_CS) & (ONEWIRE_CS_BUSY | in OneWireBusStatus()205 while (HWREG(ui32Base + ONEWIRE_O_CS) & ONEWIRE_CS_BUSY) in OneWireDataGet()245 if (HWREG(ui32Base + ONEWIRE_O_CS) & ONEWIRE_CS_BUSY) in OneWireDataGetNonBlocking()
176 return(HWREG(ui32Base + ONEWIRE_O_CS) & (ONEWIRE_CS_BUSY | in OneWireBusStatus()208 while(HWREG(ui32Base + ONEWIRE_O_CS) & ONEWIRE_CS_BUSY) in OneWireDataGet()248 if(HWREG(ui32Base + ONEWIRE_O_CS) & ONEWIRE_CS_BUSY) in OneWireDataGetNonBlocking()
77 #define ONEWIRE_CS_BUSY 0x00000100 // Busy Status macro
75 #define ONEWIRE_CS_BUSY 0x00000100 // Busy Status macro
9887 #define ONEWIRE_CS_BUSY 0x00000100 // Busy Status macro
Completed in 71 milliseconds