NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
cmd Struct Reference

Command. More...

#include <nturt/cmd.h>

Data Fields

const uint32_t opcode
 Opcode of the command.
 
const cmd_immed_handler_t immed
 Immediate handler.
 
const cmd_deffered_handler_t deffered
 Deffered handler.
 
void *const user_data
 Custom data of the command.
 

Detailed Description

Command.

Field Documentation

◆ deffered

const cmd_deffered_handler_t cmd::deffered

Deffered handler.

◆ immed

const cmd_immed_handler_t cmd::immed

Immediate handler.

◆ opcode

const uint32_t cmd::opcode

Opcode of the command.

◆ user_data

void* const cmd::user_data

Custom data of the command.


The documentation for this struct was generated from the following file: