Lines Matching full:on
68 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
189 * on entry as part of the context switch. */
382 .bswtrg = TC_EVT_EFFECT_NOOP, /* Software trigger effect on TIOB. */ in prvSetupTimerInterrupt()
383 .beevt = TC_EVT_EFFECT_NOOP, /* External event effect on TIOB. */ in prvSetupTimerInterrupt()
384 .bcpc = TC_EVT_EFFECT_NOOP, /* RC compare effect on TIOB. */ in prvSetupTimerInterrupt()
385 .bcpb = TC_EVT_EFFECT_NOOP, /* RB compare effect on TIOB. */ in prvSetupTimerInterrupt()
387 .aswtrg = TC_EVT_EFFECT_NOOP, /* Software trigger effect on TIOA. */ in prvSetupTimerInterrupt()
388 .aeevt = TC_EVT_EFFECT_NOOP, /* External event effect on TIOA. */ in prvSetupTimerInterrupt()
389 .acpc = TC_EVT_EFFECT_NOOP, /* RC compare effect on TIOA: toggle. */ in prvSetupTimerInterrupt()
390 ….acpa = TC_EVT_EFFECT_NOOP, /* RA compare effect on TIOA: toggle (other possibi… in prvSetupTimerInterrupt()
392 …_SEL_UP_MODE_RC_TRIGGER, /* Waveform selection: Up mode without automatic trigger on RC compare. */ in prvSetupTimerInterrupt()