Terminator Electricity
Member level 5

what does this expressions mean ?
how are & and | used for different purposes ?
plz help cuz i really need to know this
EICRA &= ~0xf0;
EICRA |= 0xe0;
int newState = trans[State->state]>>Event & 0x3;
also ,, plz how >> or << are used and how many meanings they have
your help is much appreciated
how are & and | used for different purposes ?
plz help cuz i really need to know this
EICRA &= ~0xf0;
EICRA |= 0xe0;
int newState = trans[State->state]>>Event & 0x3;
also ,, plz how >> or << are used and how many meanings they have
your help is much appreciated