Changeset 380 for trunk/hal/tsar_mips32/drivers/soclib_pic.h
- Timestamp:
- Aug 14, 2017, 6:31:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/drivers/soclib_pic.h
r279 r380 90 90 #define SOCLIB_MAX_PTI 16 91 91 92 #define SOCLIB_CYCLES_PER_MS 1000 // for a SystemC virtual prototype 93 92 94 /****************************************************************************************** 93 95 * This define the registers offsets for the external SOCLIB_IOPIC component. … … 231 233 * The <period> argument define the number of cycles between IRQs. 232 234 ****************************************************************************************** 233 * @ period : number of cycles between IRQs.235 * @ period : number of ticks between IRQs. 234 236 *****************************************************************************************/ 235 237 void soclib_pic_enable_timer( uint32_t period );
Note: See TracChangeset
for help on using the changeset viewer.