Zephyr API 3.6.99
|
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. | |
void | ft8xx_wr16 (uint32_t address, uint16_t data) |
Write 2 bytes (16 bits) to FT8xx memory. | |
void | ft8xx_wr32 (uint32_t address, uint32_t data) |
Write 4 bytes (32 bits) to FT8xx memory. | |
uint8_t | ft8xx_rd8 (uint32_t address) |
Read 1 byte (8 bits) from FT8xx memory. | |
uint16_t | ft8xx_rd16 (uint32_t address) |
Read 2 bytes (16 bits) from FT8xx memory. | |
uint32_t | ft8xx_rd32 (uint32_t address) |
Read 4 bytes (32 bits) from FT8xx memory. | |
FT8XX common functions.