Ignore:
Timestamp:
May 11, 2017, 7:49:17 PM (7 years ago)
Author:
max@…
Message:

Typos, and cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_special.h

    r16 r17  
    11/*
    22 * hal_special.h - Generic Special Registers Access API definition.
    3  * 
     3 *
    44 * Authors   Ghassan Almaless (2008,2009,2010,2011,2012)
    55 *           Alain Greiner    (2016)
    66 *
    77 * Copyright (c)  UPMC Sorbonne Universites
    8  * 
     8 *
    99 * This file is part of ALMOS-MKH.
    1010 *
     
    3434///////////////////////////////////////////////////////////////////////////////////////////
    3535//      Generic Special Registers Access API (implementation in hal_special.c)
    36 // 
     36//
    3737// ALMOS-MKH uses the following API to access the MMU and other core protected registers.
    3838///////////////////////////////////////////////////////////////////////////////////////////
     
    112112
    113113/*****************************************************************************************
    114  * This function returns after a fixed delay of  (4 * delay) cycles.
     114 * This function returns after a fixed delay of (4 * delay) cycles.
    115115 ****************************************************************************************/
    116116void hal_fixed_delay();
    117117
    118118/*****************************************************************************************
    119  * This function returns informations on MMU exceptions :
     119 * This function returns information on MMU exceptions :
    120120 * @ mmu_ins_excp_code : [out] instruction fetch exception code
    121121 * @ mmu_ins_bad_vaddr : [out] instruction fetch faulty virtual address
Note: See TracChangeset for help on using the changeset viewer.