Lines Matching refs:enabled
122 OSIntrMode enabled; in MIC_DoSamplingAsync() local
152 enabled = OS_DisableInterrupts(); in MIC_DoSamplingAsync()
155 (void)OS_RestoreInterrupts(enabled); in MIC_DoSamplingAsync()
159 (void)OS_RestoreInterrupts(enabled); in MIC_DoSamplingAsync()
206 OSIntrMode enabled; in MIC_StartAutoSamplingAsync() local
278 enabled = OS_DisableInterrupts(); in MIC_StartAutoSamplingAsync()
281 (void)OS_RestoreInterrupts(enabled); in MIC_StartAutoSamplingAsync()
285 (void)OS_RestoreInterrupts(enabled); in MIC_StartAutoSamplingAsync()
331 OSIntrMode enabled; in MIC_StopAutoSamplingAsync() local
336 enabled = OS_DisableInterrupts(); in MIC_StopAutoSamplingAsync()
339 (void)OS_RestoreInterrupts(enabled); in MIC_StopAutoSamplingAsync()
343 (void)OS_RestoreInterrupts(enabled); in MIC_StopAutoSamplingAsync()
391 OSIntrMode enabled; in MIC_AdjustAutoSamplingAsync() local
402 enabled = OS_DisableInterrupts(); in MIC_AdjustAutoSamplingAsync()
405 (void)OS_RestoreInterrupts(enabled); in MIC_AdjustAutoSamplingAsync()
409 (void)OS_RestoreInterrupts(enabled); in MIC_AdjustAutoSamplingAsync()