Ignore:
Timestamp:
01/23/23 14:26:10 (8 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
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)
Message:

clockdrv: Add clock driver implementation group

Use standard wording in Clock Driver related files.

Update #3706.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/shared/dev/clock/clockimpl.h

    r10ee41a8 r6136e28b  
    44 * @file
    55 *
    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.
    912 */
    1013
     
    4548#include <rtems/score/watchdogimpl.h>
    4649
     50/**
     51 * @defgroup RTEMSDriverClockImpl Clock Driver Implementation
     52 *
     53 * @ingroup RTEMSDriverClock
     54 *
     55 * @brief This group contains the Clock Driver implementation.
     56 */
     57
    4758#ifdef Clock_driver_nanoseconds_since_last_tick
    4859#error "Update driver to use the timecounter instead of nanoseconds extension"
    4960#endif
    5061
    51 /**
    52  * @defgroup bsp_clock Clock Support
    53  *
    54  * @ingroup RTEMSBSPsShared
    55  *
    56  * @brief Clock support
    57  *
    58  */
    5962#if CLOCK_DRIVER_USE_FAST_IDLE && CLOCK_DRIVER_ISRS_PER_TICK
    6063#error "Fast Idle PLUS n ISRs per tick is not supported"
Note: See TracChangeset for help on using the changeset viewer.