Ignore:
Timestamp:
Oct 5, 2018, 12:08:35 AM (6 years ago)
Author:
alain
Message:

Introduction of the soclib_mty driver for the TSAR-LETI architecture.

File:
1 edited

Legend:

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

    r457 r570  
    5151 * @ data    : value to be written
    5252 ****************************************************************************************/
    53 void hal_remote_sw( xptr_t   xp,
     53void hal_remote_s32( xptr_t   xp,
    5454                    uint32_t data );
    5555
     
    6060 * @ data    : value to be written
    6161 ****************************************************************************************/
    62 void hal_remote_swd( xptr_t   xp,
     62void hal_remote_s64( xptr_t   xp,
    6363                     uint64_t data );
    6464
     
    8686 * @ return read value
    8787 ****************************************************************************************/
    88 uint32_t hal_remote_lw( xptr_t  xp );
     88uint32_t hal_remote_l32( xptr_t  xp );
    8989
    9090/*****************************************************************************************
     
    9494 * @ return read value
    9595 ****************************************************************************************/
    96 uint64_t hal_remote_lwd( xptr_t  xp );
     96uint64_t hal_remote_l64( xptr_t  xp );
    9797
    9898/*****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.