Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Ddw_timer.c53 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; in timer_deactive_control()
271 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* disable the timer */ in csi_timer_start()
272 addr->TxControl |= DW_TIMER_TXCONTROL_ENABLE; /* enable the corresponding timer */ in csi_timer_start()
279 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* disable the timer */ in csi_timer_start()
280 addr->TxControl |= DW_TIMER_TXCONTROL_ENABLE; /* enable the corresponding timer */ in csi_timer_start()
302 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* disable the timer */ in csi_timer_stop()
331 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* stop the corresponding timer */ in csi_timer_resume()
332 addr->TxControl &= DW_TIMER_TXCONTROL_ENABLE; /* restart the corresponding timer */ in csi_timer_resume()
371 if (addr->TxControl & DW_TIMER_TXCONTROL_ENABLE) { in csi_timer_get_status()
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/include/
A Ddw_timer.h24 #define DW_TIMER_TXCONTROL_ENABLE (1UL << 0) macro

Completed in 5 milliseconds