Searched refs:control_code (Results 1 – 4 of 4) sorted by relevance
49 uint8_t control_code; member83 uint8_t control_code; member143 uint8_t control_code; member173 uint8_t control_code; member
75 .output.control_code = 5, /* Temporarily turn on output */ in main()
342 cmd.output.control_code = buf[pos++]; in pd_decode_command()363 cmd.led.temporary.control_code = buf[pos++]; in pd_decode_command()371 cmd.led.permanent.control_code = buf[pos++]; in pd_decode_command()392 cmd.buzzer.control_code = buf[pos++]; in pd_decode_command()412 cmd.text.control_code = buf[pos++]; in pd_decode_command()
200 buf[len++] = cmd->output.control_code; in cp_build_command()213 buf[len++] = cmd->led.temporary.control_code; in cp_build_command()221 buf[len++] = cmd->led.permanent.control_code; in cp_build_command()234 buf[len++] = cmd->buzzer.control_code; in cp_build_command()246 buf[len++] = cmd->text.control_code; in cp_build_command()