• Wrong coverage on header files with static inline functions
    The device has some memory mapped peripherals and we have our HAL written as header files with static inline functions that provide access to these peripherals. The unit tests run on the simulator and...
  • Wrong coverage on header files with static inline functions
    The device has some memory mapped peripherals and we have our HAL written as header files with static inline functions that provide access to these peripherals. The unit tests run on the simulator and...
  • L6218E error with inline function.
    Hello, Dears First I say,I'm afraid I don't have good skills writing in English. Please see my code. I defined my inline function code at seva.c file. This is the seva.c file #include "seva...
  • L6218E error with inline function.
    Hello, Dears First I say,I'm afraid I don't have good skills writing in English. Please see my code. I defined my inline function code at seva.c file. This is the seva.c file #include "seva...
  • Inline function attribute causes undefined symbol linking error
    Hello ARM Community, I am using DS-5 5.18.1. I have a C function which must be compiled inline to decrease latency of an FIQ handler. I referenced following document for syntax: http://infocenter.arm...