Home
last modified time | relevance | path

Searched refs:sub_length (Results 1 – 1 of 1) sorted by relevance

/hardware/invensense/mlsdk/mllite/
Dmldl.c841 unsigned short sub_length = MPU_MEM_BANK_SIZE - memAddr; in inv_get_mpu_memory() local
843 sub_length, buffer); in inv_get_mpu_memory()
847 length -= sub_length; in inv_get_mpu_memory()
848 buffer += sub_length; in inv_get_mpu_memory()
903 unsigned short sub_length = MPU_MEM_BANK_SIZE - memAddr; in inv_set_mpu_memory() local
905 result = inv_set_mpu_memory_one_bank(bank, memAddr, sub_length, buffer); in inv_set_mpu_memory()
912 length -= sub_length; in inv_set_mpu_memory()
913 buffer += sub_length; in inv_set_mpu_memory()