Searched refs:high_byte (Results 1 – 1 of 1) sorted by relevance
104 uint8_t high_byte = (address >> 8) & 0xFF; in nec_build_frame() local105 …NEC_CHECK(low_byte == (~high_byte & 0xFF), "address not match standard NEC protocol", err, ESP_ERR… in nec_build_frame()107 high_byte = (command >> 8) & 0xFF; in nec_build_frame()108 …NEC_CHECK(low_byte == (~high_byte & 0xFF), "command not match standard NEC protocol", err, ESP_ERR… in nec_build_frame()