46 uint8_t RECEIVE_ON:1; // Indicates that radio is (was) in RX state - it is used manly for CSMA, so that the radio is always on except when it is set to be off with _off();
47 uint8_t PLL_LOCK:1; // Indicates when TXPREP state was reached
48 uint8_t PLL_ERR:1;
49 uint8_t PACKET_PEN:1; // Packet is pending in the radios buffer
50
51// Corresponds to radio interrupts
52 uint8_t RX_START:1; // Indicates when frame was detected
53 uint8_t AMI:1; // Indicates when frame address matched