Searched refs:ETM_CTRL (Results 1 – 4 of 4) sorted by relevance
70 MEC_ECS->ETM_CTRL |= MEC_BIT(MEC_ECS_ETM_CTRL_TRACE_EN_Pos); in mec_hal_ecs_etm_pins()72 MEC_ECS->ETM_CTRL &= (uint32_t)~MEC_BIT(MEC_ECS_ETM_CTRL_TRACE_EN_Pos); in mec_hal_ecs_etm_pins()217 ecs_pm_save_buf[0] = (uint8_t)(MEC_ECS->ETM_CTRL & 0xffu); in mec_hal_ecs_debug_ifc_save_disable()218 MEC_ECS->ETM_CTRL = 0; in mec_hal_ecs_debug_ifc_save_disable()226 MEC_ECS->ETM_CTRL = ecs_pm_save_buf[0]; in mec_hal_ecs_debug_ifc_restore()233 ecs_pm_save_buf[0] = (uint8_t)(MEC_ECS->ETM_CTRL & 0xffu); in mec_hal_ecs_pm_save_disable()237 MEC_ECS->ETM_CTRL = 0; in mec_hal_ecs_pm_save_disable()251 MEC_ECS->ETM_CTRL = ecs_pm_save_buf[0]; in mec_hal_ecs_pm_restore()
179 __IOM uint32_t ETM_CTRL; /*!< (@ 0x001c) ECS ETM Trace Control */ member
24 …__IOM uint32_t ETM_CTRL; /*!< (@ 0x0000001C) ECS ETM trace enable … member