Searched refs:control_code (Results 1 – 4 of 4) sorted by relevance
39 uint8_t control_code; member74 uint8_t control_code; member108 uint8_t control_code; member131 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()
179 buf[len++] = cmd->output.control_code; in cp_build_command()190 buf[len++] = cmd->led.temporary.control_code; in cp_build_command()198 buf[len++] = cmd->led.permanent.control_code; in cp_build_command()209 buf[len++] = cmd->buzzer.control_code; in cp_build_command()219 buf[len++] = cmd->text.control_code; in cp_build_command()