Searched refs:enModule (Results 1 – 6 of 6) sorted by relevance
104 ASSERT(IS_VALID_MODULE(enModule)); in Pca_GetIntFlag()106 switch (enModule) in Pca_GetIntFlag()163 switch (enModule) in Pca_ClearIntFlag()242 switch (enModule) in Pca_EnableIrq()306 switch (enModule) in Pca_DisableIrq()396 switch (enModule) in Pca_CapModConfig()515 switch (enModule) in Pca_CmpData16Set()561 switch (enModule) in Pca_CapData16Get()602 switch (enModule) in Pca_CmpDataHSet()648 switch (enModule) in Pca_CmpDataLSet()[all …]
93 en_result_t Debug_ActiveEnable(en_debug_module_active_t enModule) in Debug_ActiveEnable() argument95 M0P_DEBUG_ACTIVE->DEBUG_ACTIVE &= ~enModule; in Debug_ActiveEnable()107 en_result_t Debug_ActiveDisable(en_debug_module_active_t enModule) in Debug_ActiveDisable() argument109 M0P_DEBUG_ACTIVE->DEBUG_ACTIVE |= enModule; in Debug_ActiveDisable()
247 boolean_t Pca_GetIntFlag(en_pca_module_t enModule);251 en_result_t Pca_ClearIntFlag(en_pca_module_t enModule);255 en_result_t Pca_EnableIrq (en_pca_module_t enModule);259 en_result_t Pca_DisableIrq(en_pca_module_t enModule);267 en_result_t Pca_CapModConfig(en_pca_module_t enModule, stc_pca_capmodconfig_t* pstcCapMod);272 en_result_t Pca_CmpData16Set(en_pca_module_t enModule, uint16_t u16Data);274 uint16_t Pca_CapData16Get(en_pca_module_t enModule);276 en_result_t Pca_CmpDataHSet(en_pca_module_t enModule, uint8_t u8Data);278 en_result_t Pca_CmpDataLSet(en_pca_module_t enModule, uint8_t u8Data);289 boolean_t Pca_GetCmpHighFlag(en_pca_module_t enModule);
115 en_result_t Debug_ActiveEnable(en_debug_module_active_t enModule);117 en_result_t Debug_ActiveDisable(en_debug_module_active_t enModule);
93 en_result_t Debug_ActiveEnable(en_debug_module_active_t enModule) in Debug_ActiveEnable() argument95 M0P_DEBUG_ACTIVE->DEBUG_ACTIVE &= ~(uint32_t)enModule; in Debug_ActiveEnable()107 en_result_t Debug_ActiveDisable(en_debug_module_active_t enModule) in Debug_ActiveDisable() argument109 M0P_DEBUG_ACTIVE->DEBUG_ACTIVE |= (uint32_t)enModule; in Debug_ActiveDisable()
Completed in 12 milliseconds