Searched refs:msgLength (Results 1 – 2 of 2) sorted by relevance
| /hal_ambiq-latest/components/bluetooth/ |
| D | am_devices_cooper.c | 195 am_hal_crc32((uint32_t)&msg->msgType, msg->msgLength - sizeof(uint32_t), &crc32); in am_devices_cooper_handshake_recv() 213 msg.msgLength = sizeof(am_sbl_host_msg_hdr_t); in send_hello() 217 am_hal_crc32((uint32_t)&msg.msgType, msg.msgLength - sizeof(uint32_t), &msg.msgCrc); in send_hello() 230 msg.msgHdr.msgLength = sizeof(am_sbl_host_msg_update_t); in send_update() 257 …am_hal_crc32((uint32_t)&msg.msgHdr.msgType, msg.msgHdr.msgLength - sizeof(uint32_t), &msg.msgHdr.m… in send_update() 271 msg->msgHdr.msgLength = sizeof(am_sbl_host_msg_data_t) + size; in send_data() 277 …am_hal_crc32((uint32_t) & (msg->msgHdr.msgType), msg->msgHdr.msgLength - sizeof(uint32_t), &msg->m… in send_data() 290 msg.msgHdr.msgLength = sizeof(am_sbl_host_msg_reset_t); in send_reset() 294 …am_hal_crc32((uint32_t)&msg.msgHdr.msgType, msg.msgHdr.msgLength - sizeof(uint32_t), &msg.msgHdr.m… in send_reset() 307 msg.msgHdr.msgLength = sizeof(am_sbl_host_msg_fw_continue_t); in send_fwContinue() [all …]
|
| D | am_devices_cooper.h | 530 uint16_t msgLength; member
|