Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/components/infrared_tools/src/
Dir_parser_rmt_nec.c41 uint32_t repeat_code_high_ticks; member
114 …nec_check_in_range(item.duration0, nec_parser->repeat_code_high_ticks, nec_parser->margin_ticks) && in nec_parse_repeat_frame()
205 nec_parser->repeat_code_high_ticks = (uint32_t)(ratio * NEC_REPEAT_CODE_HIGH_US); in ir_parser_rmt_new_nec()
Dir_builder_rmt_nec.c39 uint32_t repeat_code_high_ticks; member
137 nec_builder->buffer[nec_builder->cursor].duration0 = nec_builder->repeat_code_high_ticks; in nec_build_repeat_frame()
186 nec_builder->repeat_code_high_ticks = (uint32_t)(ratio * NEC_REPEAT_CODE_HIGH_US); in ir_builder_rmt_new_nec()