Home
last modified time | relevance | path

Searched refs:appid (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_emi.c293 int mec_hal_emi_is_appid(struct mec_emi_regs *regs, uint8_t appid) in mec_hal_emi_is_appid() argument
299 uint8_t idx = (appid >> 5); in mec_hal_emi_is_appid()
300 uint8_t pos = (appid & 0x1fu); in mec_hal_emi_is_appid()
310 int mec_hal_emi_clear_appid(struct mec_emi_regs *regs, uint8_t appid) in mec_hal_emi_clear_appid() argument
316 uint8_t idx = (appid >> 5); in mec_hal_emi_clear_appid()
317 uint8_t pos = (appid & 0x1fu); in mec_hal_emi_clear_appid()
Dmec_emi_api.h91 int mec_hal_emi_is_appid(struct mec_emi_regs *regs, uint8_t appid);
92 int mec_hal_emi_clear_appid(struct mec_emi_regs *regs, uint8_t appid);