Searched refs:ft8xx_wr8 (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/drivers/misc/ft8xx/ |
| D | ft8xx.c | 105 ft8xx_wr8(dev, FT800_REG_GPIO, 0); in ft8xx_init() 106 ft8xx_wr8(dev, FT800_REG_PCLK, 0); in ft8xx_init() 119 ft8xx_wr8(dev, FT800_REG_SWIZZLE, config->swizzle); in ft8xx_init() 120 ft8xx_wr8(dev, FT800_REG_PCLK_POL, config->pclk_pol); in ft8xx_init() 121 ft8xx_wr8(dev, FT800_REG_CSPREAD, config->cspread); in ft8xx_init() 131 ft8xx_wr8(dev, FT800_REG_DLSWAP, FT8XX_DLSWAP_FRAME); in ft8xx_init() 136 ft8xx_wr8(dev, FT800_REG_GPIO_DIR, 0x80); in ft8xx_init() 137 ft8xx_wr8(dev, FT800_REG_GPIO, 0x80); in ft8xx_init() 140 ft8xx_wr8(dev, FT800_REG_PWM_DUTY, 0x10); in ft8xx_init() 142 ft8xx_wr8(dev, FT800_REG_PCLK, config->pclk); in ft8xx_init() [all …]
|
| D | ft8xx_common.c | 12 void ft8xx_wr8(const struct device *dev, uint32_t address, uint8_t data) in ft8xx_wr8() function
|
| /Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
| D | ft8xx_common.h | 36 void ft8xx_wr8(const struct device *dev, uint32_t address, uint8_t data);
|
| D | ft8xx_reference_api.h | 49 ft8xx_wr8(DEVICE_DT_GET_ONE(ftdi_ft800), address, data); in wr8()
|