Home
last modified time | relevance | path

Searched refs:usTimer0Control (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Kernel/portable/oWatcom/16BitDOS/Flsh186/
A Dport.c193 uint16_t usTimer0Control; in prvExitFunction() local
211 usTimer0Control = portINPUT_WORD( portTIMER_0_CONTROL_REGISTER ); in prvExitFunction()
212 usTimer0Control |= portTIMER_INTERRUPT_ENABLE; in prvExitFunction()
213 portOUTPUT_WORD( portTIMER_0_CONTROL_REGISTER, usTimer0Control ); in prvExitFunction()
227 uint16_t usTimer0Control; in prvSetTickFrequency() local
240 usTimer0Control = portINPUT_WORD( portTIMER_0_CONTROL_REGISTER ); in prvSetTickFrequency()
241 usTimer0Control &= ~portTIMER_INTERRUPT_ENABLE; in prvSetTickFrequency()
242 portOUTPUT_WORD( portTIMER_0_CONTROL_REGISTER, usTimer0Control ); in prvSetTickFrequency()
/FreeRTOS-Kernel/portable/BCC/16BitDOS/Flsh186/
A Dport.c191 uint16_t usTimer0Control; in prvExitFunction() local
209 usTimer0Control = portINPUT_WORD( portTIMER_0_CONTROL_REGISTER ); in prvExitFunction()
210 usTimer0Control |= portTIMER_INTERRUPT_ENABLE; in prvExitFunction()
211 portOUTPUT_WORD( portTIMER_0_CONTROL_REGISTER, usTimer0Control ); in prvExitFunction()
225 uint16_t usTimer0Control; in prvSetTickFrequency() local
238 usTimer0Control = portINPUT_WORD( portTIMER_0_CONTROL_REGISTER ); in prvSetTickFrequency()
239 usTimer0Control &= ~portTIMER_INTERRUPT_ENABLE; in prvSetTickFrequency()
240 portOUTPUT_WORD( portTIMER_0_CONTROL_REGISTER, usTimer0Control ); in prvSetTickFrequency()

Completed in 6 milliseconds