Home
last modified time | relevance | path

Searched refs:MXC_AES_RevB_IsBusy (Results 1 – 7 of 7) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AES/
Daes_revb.h66 int MXC_AES_RevB_IsBusy(mxc_aes_revb_regs_t *aes);
Daes_revb.c66 while (MXC_AES_RevB_IsBusy(aes) != E_NO_ERROR) {} in MXC_AES_RevB_Init()
78 while (MXC_AES_RevB_IsBusy(aes) != E_NO_ERROR) {} in MXC_AES_RevB_Shutdown()
85 int MXC_AES_RevB_IsBusy(mxc_aes_revb_regs_t *aes) in MXC_AES_RevB_IsBusy() function
Daes_me21.c60 return MXC_AES_RevB_IsBusy((mxc_aes_revb_regs_t *)MXC_AES); in MXC_AES_IsBusy()
Daes_ai87.c66 return MXC_AES_RevB_IsBusy((mxc_aes_revb_regs_t *)MXC_AES); in MXC_AES_IsBusy()
Daes_me12.c59 return MXC_AES_RevB_IsBusy((mxc_aes_revb_regs_t *)MXC_AES); in MXC_AES_IsBusy()
Daes_me17.c60 return MXC_AES_RevB_IsBusy((mxc_aes_revb_regs_t *)MXC_AES); in MXC_AES_IsBusy()
Daes_me15.c83 return MXC_AES_RevB_IsBusy((mxc_aes_revb_regs_t *)MXC_AES); in MXC_AES_IsBusy()