Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/main/
Dir_protocols_main.c40 …ir_parser_config.flags |= IR_TOOLS_FLAGS_PROTO_EXT; // Using extended IR protocols (both NEC and R… in example_ir_rx_task()
88 …ir_builder_config.flags |= IR_TOOLS_FLAGS_PROTO_EXT; // Using extended IR protocols (both NEC and … in example_ir_tx_task()
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/components/infrared_tools/include/
Dir_tools.h23 #define IR_TOOLS_FLAGS_PROTO_EXT (1 << 0) /*!< Enable Extended IR protocol */ macro
/hal_espressif-3.6.0/components/driver/test/
Dtest_rmt.c82 ir_builder_config.flags = IR_TOOLS_FLAGS_PROTO_EXT; in rmt_setup_testbench()
91 ir_parser_config.flags = IR_TOOLS_FLAGS_PROTO_EXT | IR_TOOLS_FLAGS_INVERSE; in rmt_setup_testbench()
387 ir_builder_config.flags = IR_TOOLS_FLAGS_PROTO_EXT;
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/components/infrared_tools/src/
Dir_parser_rmt_rc5.c115 if (!(rc5_parser->flags & IR_TOOLS_FLAGS_PROTO_EXT) && !s2) { in rc5_parser_get_scan_code()
Dir_builder_rmt_rc5.c104 if (rc5_builder->flags & IR_TOOLS_FLAGS_PROTO_EXT) { in rc5_build_frame()
Dir_builder_rmt_nec.c102 if (!nec_builder->flags & IR_TOOLS_FLAGS_PROTO_EXT) { in nec_build_frame()