Lines Matching full:memory
22 * @brief FT8xx functions to write and read memory
29 * @brief Write 1 byte (8 bits) to FT8xx memory
31 * @param address Memory address to write to
37 * @brief Write 2 bytes (16 bits) to FT8xx memory
39 * @param address Memory address to write to
45 * @brief Write 4 bytes (32 bits) to FT8xx memory
47 * @param address Memory address to write to
53 * @brief Read 1 byte (8 bits) from FT8xx memory
55 * @param address Memory address to read from
57 * @return Value read from memory
62 * @brief Read 2 bytes (16 bits) from FT8xx memory
64 * @param address Memory address to read from
66 * @return Value read from memory
71 * @brief Read 4 bytes (32 bits) from FT8xx memory
73 * @param address Memory address to read from
75 * @return Value read from memory