Home
last modified time | relevance | path

Searched defs:command_id (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/samples/drivers/lcd_cyclonev_socdk/src/
Dmain.c47 void send_command_no_param(uint8_t 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()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/mgmt/src/
Dmgmt.c36 mgmt_find_handler(uint16_t group_id, uint16_t command_id) in mgmt_find_handler()
/Zephyr-Core-3.5.0/subsys/lorawan/services/
Dclock_sync.c98 uint8_t command_id = rx_buf[rx_pos++]; in clock_sync_package_callback() local
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c251 uint8_t command_id, uint8_t op, in smp_client_buf_allocation()