| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
FT8XX common functions. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ft8xx_wr8 (uint32_t address, uint8_t data) | 
| Write 1 byte (8 bits) to FT8xx memory.  More... | |
| void | ft8xx_wr16 (uint32_t address, uint16_t data) | 
| Write 2 bytes (16 bits) to FT8xx memory.  More... | |
| void | ft8xx_wr32 (uint32_t address, uint32_t data) | 
| Write 4 bytes (32 bits) to FT8xx memory.  More... | |
| uint8_t | ft8xx_rd8 (uint32_t address) | 
| Read 1 byte (8 bits) from FT8xx memory.  More... | |
| uint16_t | ft8xx_rd16 (uint32_t address) | 
| Read 2 bytes (16 bits) from FT8xx memory.  More... | |
| uint32_t | ft8xx_rd32 (uint32_t address) | 
| Read 4 bytes (32 bits) from FT8xx memory.  More... | |
FT8XX common functions.