Searched refs:command_id (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/samples/drivers/lcd_cyclonev_socdk/src/ |
D | main.c | 47 void send_command_no_param(uint8_t command_id) in send_command_no_param() argument 49 const uint8_t buf[] = {0xFE, command_id}; in send_command_no_param() 62 void send_command_one_param(uint8_t command_id, uint8_t param) in send_command_one_param() argument 64 const uint8_t buf[] = { 0xFE, command_id, param}; in send_command_one_param()
|
D | commands.h | 73 void send_command_no_param(uint8_t command_id); 75 void send_command_one_param(uint8_t command_id, uint8_t param);
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/mgmt/src/ |
D | mgmt.c | 36 mgmt_find_handler(uint16_t group_id, uint16_t command_id) in mgmt_find_handler() argument 51 if (command_id >= loop_group->mg_handlers_count) { in mgmt_find_handler() 55 if (!loop_group->mg_handlers[command_id].mh_read && in mgmt_find_handler() 56 !loop_group->mg_handlers[command_id].mh_write) { in mgmt_find_handler() 69 return &group->mg_handlers[command_id]; in mgmt_find_handler()
|
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/smp/ |
D | smp_client.h | 80 uint8_t command_id, uint8_t op,
|
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/mgmt/ |
D | mgmt.h | 124 const struct mgmt_handler *mgmt_find_handler(uint16_t group_id, uint16_t command_id);
|
/Zephyr-Core-3.5.0/subsys/lorawan/services/ |
D | clock_sync.c | 98 uint8_t command_id = rx_buf[rx_pos++]; in clock_sync_package_callback() local 105 switch (command_id) { in clock_sync_package_callback()
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp_client/src/ |
D | client.c | 251 uint8_t command_id, uint8_t op, in smp_client_buf_allocation() argument 261 smp_header_init(&smp_header, group, command_id, op, 0, smp_client->smp_seq++, in smp_client_buf_allocation()
|