![]() |
piSmasher Configuration Libraries
piSmasher peripheral device configuration libraries
|
Functions | |
| static int | request_edid_block (struct tda998x_dev *dev) |
| int | tda998x_read_edid (struct tda998x_dev *dev, uint8_t *data) |
| int | tda998x_edid_get_block (struct tda998x_dev *dev, uint8_t *block, int nblocks, int len) |
| Get EDID Block Data. More... | |
| static int | clear_edid_request (struct tda998x_dev *dev) |
| int | edid_block_available (struct tda998x_dev *dev, bool *pSendEDIDCallback) |
| int tda998x_edid_get_block | ( | struct tda998x_dev * | dev, |
| uint8_t * | block, | ||
| int | nblocks, | ||
| int | len | ||
| ) |
#include <projects/lib/tda998x.c>
Get EDID Block Data.
| dev | TDA998x device structure pointer |