Home
last modified time | relevance | path

Searched refs:high_byte (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/components/infrared_tools/src/
Dir_builder_rmt_nec.c104 uint8_t high_byte = (address >> 8) & 0xFF; in nec_build_frame() local
105 …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()