Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_pic.h

    r279 r406  
    212212/*****************************************************************************************
    213213 * This function activates the TIM_IRQ for the calling core.
    214  * The <period> argument define the number of cycles between twoo successive IRQs.
    215  *****************************************************************************************
    216  * @ period      : number of cycles between IRQs.
     214 * The <period> argument is a number of milli-seconds between two successive IRQs.
     215 * It is converted to a number of cycles by the PIC driver implementation.
     216 *****************************************************************************************
     217 * @ period      : number of milliseconds.
    217218 ****************************************************************************************/
    218219void dev_pic_enable_timer( uint32_t period );
Note: See TracChangeset for help on using the changeset viewer.