Rename _IsrWrapper camelCase to _isr_wrapper
Change-Id: I217eced3965fbf313a7e0fbef38db9dd876fcf80 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
2e0f3845f7
commit
fbb1526d1a
7 changed files with 14 additions and 14 deletions
|
@ -41,7 +41,7 @@ Data types for a software-managed ISR table, with a parameter per-ISR.
|
|||
#if !defined(_ASMLANGUAGE)
|
||||
/*
|
||||
* Note the order: arg first, then ISR. This allows a table entry to be
|
||||
* loaded arg -> r0, isr -> r3 in _IsrWrapper with one ldmia instruction,
|
||||
* loaded arg -> r0, isr -> r3 in _isr_wrapper with one ldmia instruction,
|
||||
* on ARM Cortex-M (Thumb2).
|
||||
*/
|
||||
struct _IsrTableEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue