drivers: espi: npcx: update espi taf driver

This CL updates the read, write, erase, and get_channel_status
implementations of NPCX chip.

Signed-off-by: Tom Chang <CHChang19@nuvoton.com>
This commit is contained in:
Tom Chang 2024-04-22 18:18:24 +08:00 committed by Anas Nashif
commit fe138fc246
3 changed files with 165 additions and 89 deletions

View file

@ -144,6 +144,8 @@ struct npcx_taf_head {
uint8_t llen;
};
int npcx_init_taf(const struct device *dev, sys_slist_t *callbacks);
#ifdef __cplusplus
}
#endif