Searched refs:length_cmd (Results 1 – 1 of 1) sorted by relevance
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/platform/ |
| A D | Interface.c | 329 uint8_t length_cmd[6] = { 0x01, 0xBB, 0xF1, 0x02, 0x00, 0x00 }; in send_vendor_array() local 330 length_cmd[1] = cmd_type; in send_vendor_array() 331 length_cmd[4] = size % 0x100; in send_vendor_array() 332 length_cmd[5] = size / 0x100; in send_vendor_array() 337 eif_spi_send_bytes(length_cmd, 6); in send_vendor_array() 500 uint8_t length_cmd[6] = { 0x01, 0xBB, 0xF1, 0x02, 0x00, 0x00 }; in ble_init_check() local 501 length_cmd[1] = RAMCODE_CMD; in ble_init_check() 502 length_cmd[4] = CopyArrayLength % 0x100; in ble_init_check() 503 length_cmd[5] = CopyArrayLength / 0x100; in ble_init_check() 511 eif_spi_send_bytes(length_cmd, 6); in ble_init_check() [all …]
|
Completed in 10 milliseconds