Home
last modified time | relevance | path

Searched refs:low_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.c103 uint8_t low_byte = address & 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()
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()