Changeset 7ee59313 in rtems for bsps/arm/rtl22xx/clock/clockdrv.c
- Timestamp:
- 06/01/18 05:11:12 (6 years ago)
- Branches:
- 5, master
- Children:
- 196ce18
- Parents:
- 718a84af
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/01/18 05:11:12)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/27/18 06:58:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/rtl22xx/clock/clockdrv.c
r718a84af r7ee59313 128 128 129 129 /** 130 * Do whatever you need to shut the clock down and remove the131 * interrupt handler. Since this normally only gets called on132 * RTEMS shutdown, you may not need to do anything other than133 * remove the ISR.134 */135 #define Clock_driver_support_shutdown_hardware() \136 do { \137 /* Disable timer */ \138 T0TCR&=~0x02; \139 BSP_remove_rtems_irq_handler(&clock_isr_data); \140 } while (0)141 142 /**143 130 * Enables clock interrupt. 144 131 *
Note: See TracChangeset
for help on using the changeset viewer.