Searched refs:low_byte (Results 1 – 1 of 1) sorted by relevance
103 uint8_t low_byte = address & 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()106 low_byte = command & 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()