Lines Matching refs:CONTROL
41 BITBAND_PERI(TIMER32_CMSIS(timer)->CONTROL, TIMER32_CONTROL_MODE_OFS) in Timer32_initModule()
44 BITBAND_PERI(TIMER32_CMSIS(timer)->CONTROL, TIMER32_CONTROL_MODE_OFS) in Timer32_initModule()
51 BITBAND_PERI(TIMER32_CMSIS(timer)->CONTROL, TIMER32_CONTROL_SIZE_OFS) in Timer32_initModule()
54 BITBAND_PERI(TIMER32_CMSIS(timer)->CONTROL, TIMER32_CONTROL_SIZE_OFS) in Timer32_initModule()
65 TIMER32_CMSIS(timer)->CONTROL = TIMER32_CMSIS(timer)->CONTROL in Timer32_initModule()
72 if (!BITBAND_PERI(TIMER32_CMSIS(timer)->CONTROL, TIMER32_CONTROL_SIZE_OFS) in Timer32_setCount()
81 if (!BITBAND_PERI(TIMER32_CMSIS(timer)->CONTROL, TIMER32_CONTROL_SIZE_OFS) in Timer32_setCountInBackground()
98 BITBAND_PERI(TIMER32_CMSIS(timer)->CONTROL, TIMER32_CONTROL_ONESHOT_OFS) in Timer32_startTimer()
101 BITBAND_PERI(TIMER32_CMSIS(timer)->CONTROL, TIMER32_CONTROL_ONESHOT_OFS) in Timer32_startTimer()
104 TIMER32_CMSIS(timer)->CONTROL |= TIMER32_CONTROL_ENABLE; in Timer32_startTimer()
111 TIMER32_CMSIS(timer)->CONTROL &= ~TIMER32_CONTROL_ENABLE; in Timer32_haltTimer()
116 TIMER32_CMSIS(timer)->CONTROL |= TIMER32_CONTROL_IE; in Timer32_enableInterrupt()
121 TIMER32_CMSIS(timer)->CONTROL &= ~TIMER32_CONTROL_IE; in Timer32_disableInterrupt()