Lines Matching full:memory
23 * @brief FT8xx functions to write and read memory
30 * @brief Write 1 byte (8 bits) to FT8xx memory
33 * @param address Memory address to write to
39 * @brief Write 2 bytes (16 bits) to FT8xx memory
42 * @param address Memory address to write to
48 * @brief Write 4 bytes (32 bits) to FT8xx memory
51 * @param address Memory address to write to
57 * @brief Read 1 byte (8 bits) from FT8xx memory
60 * @param address Memory address to read from
62 * @return Value read from memory
67 * @brief Read 2 bytes (16 bits) from FT8xx memory
70 * @param address Memory address to read from
72 * @return Value read from memory
77 * @brief Read 4 bytes (32 bits) from FT8xx memory
80 * @param address Memory address to read from
82 * @return Value read from memory