Changeset 471 for trunk/kernel/devices
- Timestamp:
- Aug 21, 2018, 12:53:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_fbf.c
r457 r471 166 166 167 167 #if DEBUG_DEV_FBF_RX 168 uint32_t cycle = (uint32_t)hal_get_cycle ();168 uint32_t cycle = (uint32_t)hal_get_cycles(); 169 169 if( DEBUG_DEV_FBF_RX < cycle ) 170 170 printk("\n[DBG] %s : thread %x enter / process %x / vaddr %x / size %x\n", … … 175 175 176 176 #if DEBUG_DEV_FBF_RX 177 cycle = (uint32_t)hal_get_cycle ();177 cycle = (uint32_t)hal_get_cycles(); 178 178 if( DEBUG_DEV_FBF_RX < cycle ) 179 179 printk("\n[DBG] %s : thread %x exit / process %x / vaddr %x / size %x\n", … … 190 190 191 191 #if DEBUG_DEV_FBF_TX 192 uint32_t cycle = (uint32_t)hal_get_cycle ();192 uint32_t cycle = (uint32_t)hal_get_cycles(); 193 193 if( DEBUG_DEV_FBF_TX < cycle ) 194 194 printk("\n[DBG] %s : thread %x enter / process %x / vaddr %x / size %x\n", … … 199 199 200 200 #if DEBUG_DEV_FBF_RX 201 cycle = (uint32_t)hal_get_cycle ();201 cycle = (uint32_t)hal_get_cycles(); 202 202 if( DEBUG_DEV_FBF_RX < cycle ) 203 203 printk("\n[DBG] %s : thread %x exit / process %x / vaddr %x / size %x\n",
Note: See TracChangeset
for help on using the changeset viewer.