Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_copro.c29 static uint16_t ram_cmd_fullness(void) in ram_cmd_fullness() function
36 return (FT800_RAM_CMD_SIZE - 4UL) - ram_cmd_fullness(); in ram_cmd_freespace()
174 while (ram_cmd_fullness() > 0) { in ft8xx_copro_cmd_calibrate()