Searched refs:AES_IER_x (Results 1 – 4 of 4) sorted by relevance
279 void AES_IntConfig(HT_AES_TypeDef* HT_AESn, u32 AES_IER_x, ControlStatus NewState) in AES_IntConfig() argument283 Assert_Param(IS_AES_IER(AES_IER_x)); in AES_IntConfig()288 HT_AESn->IER |= AES_IER_x; in AES_IntConfig()292 HT_AESn->IER &= ~AES_IER_x; in AES_IntConfig()
180 void AES_IntConfig(HT_AES_TypeDef* HT_AESn, u32 AES_IER_x, ControlStatus NewState);
187 void AES_IntConfig(HT_AES_TypeDef* HT_AESn, u32 AES_IER_x, ControlStatus NewState);
Completed in 6 milliseconds