OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPU_MEM_BANK_SIZE
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mldl.c
73
#define MAX_LOAD_WRITE_SIZE (
MPU_MEM_BANK_SIZE
/2) /* 128 */
738
//(memAddr >=
MPU_MEM_BANK_SIZE
) || always 0, memAddr is an u_char, therefore limited to 255
739
((memAddr + length) >
MPU_MEM_BANK_SIZE
) || (NULL == buffer)) {
784
if ((bank >= MPU_MEM_NUM_RAM_BANKS) || (memAddr >=
MPU_MEM_BANK_SIZE
) ||
785
((memAddr + length) >
MPU_MEM_BANK_SIZE
) || (NULL == buffer)) {
839
while (memAddr + length >
MPU_MEM_BANK_SIZE
) {
841
unsigned short sub_length =
MPU_MEM_BANK_SIZE
- memAddr;
901
while (memAddr + length >
MPU_MEM_BANK_SIZE
) {
903
unsigned short sub_length =
MPU_MEM_BANK_SIZE
- memAddr;
[
all
...]
mldl_cfg.h
102
unsigned char ram[MPU_MEM_NUM_RAM_BANKS][
MPU_MEM_BANK_SIZE
];
/hardware/invensense/60xx/mlsdk/platform/include/
mpu3050.h
191
#define
MPU_MEM_BANK_SIZE
(256)
Completed in 202 milliseconds