Changeset 6136e28b in rtems for bsps/shared/dev/clock/clockimpl.h
- Timestamp:
- 01/23/23 14:26:10 (8 months ago)
- Branches:
- master
- Children:
- 0340fd9
- Parents:
- 10ee41a8
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/23/23 14:26:10)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/24/23 08:56:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/shared/dev/clock/clockimpl.h
r10ee41a8 r6136e28b 4 4 * @file 5 5 * 6 * @ingroup bsp_clock 7 * 8 * @brief Clock Tick Device Driver Shell 6 * @ingroup RTEMSDriverClockImpl 7 * 8 * @brief This header file contains the shared Clock Driver implementation. 9 * 10 * This header file shall only be included by a particular Clock Driver 11 * implementation source file. 9 12 */ 10 13 … … 45 48 #include <rtems/score/watchdogimpl.h> 46 49 50 /** 51 * @defgroup RTEMSDriverClockImpl Clock Driver Implementation 52 * 53 * @ingroup RTEMSDriverClock 54 * 55 * @brief This group contains the Clock Driver implementation. 56 */ 57 47 58 #ifdef Clock_driver_nanoseconds_since_last_tick 48 59 #error "Update driver to use the timecounter instead of nanoseconds extension" 49 60 #endif 50 61 51 /**52 * @defgroup bsp_clock Clock Support53 *54 * @ingroup RTEMSBSPsShared55 *56 * @brief Clock support57 *58 */59 62 #if CLOCK_DRIVER_USE_FAST_IDLE && CLOCK_DRIVER_ISRS_PER_TICK 60 63 #error "Fast Idle PLUS n ISRs per tick is not supported"
Note: See TracChangeset
for help on using the changeset viewer.