FACT++  1.0
void FTM::StaticData::ToggleFTU ( int  i)
inline

Definition at line 296 of file HeadersFTM.h.

Referenced by ConnectionFTM::ToggleFTU().

296 { fActiveFTU[i/10] ^= (1<<(i%10)); }
int i
Definition: db_dim_client.c:21
uint16_t fActiveFTU[4]
Definition: HeadersFTM.h:238

+ Here is the caller graph for this function: