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:
parent
8c6da49f73
commit
fe138fc246
3 changed files with 165 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue