Ignore:
Timestamp:
2018-03-26T20:04:11Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb748a0
Parents:
b752a31
Message:

Modify PADDn macros so that their use is easier to parse.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/platform/amdm37x/cm/clock_control.h

    rb752a31 raf60409  
    7474#define CLOCK_CONTROL_CM_CLKEN2_PLL_EN_PERIPH2_DPLL_LOCK   (0x7)
    7575
    76         PADD32[6];
     76        PADD32(6);
    7777
    7878        const ioport32_t idlest_ckgen;
     
    9595#define CLOCK_CONTROL_CM_IDLEST2_CKGEN_ST_PERIPH2_CLK_FLAG   (1 << 0)
    9696
    97         PADD32[2];
     97        PADD32(2);
    9898
    9999        ioport32_t autoidle_pll;
     
    111111#define CLOCK_CONTROL_CM_AUTOIDLE2_PLL_AUTO_PERIPH2_DPLL_AUTOMATIC   (0x1)
    112112
    113         PADD32[2];
     113        PADD32(2);
    114114
    115115        ioport32_t clksel1_pll;
Note: See TracChangeset for help on using the changeset viewer.