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/prm/clock_control.h

    rb752a31 raf60409  
    4646 */
    4747typedef struct {
    48         PADD32[16];
     48        PADD32(16);
    4949        ioport32_t clksel;
    5050#define CLOCK_CONTROL_PRM_CLKSEL_SYS_CLKIN_MASK   (0x7)
     
    5656#define CLOCK_CONTROL_PRM_CLKSEL_SYS_CLKIN_16_8M   (0x5)
    5757
    58         PADD32[12];
     58        PADD32(12);
    5959        ioport32_t clkout_ctrl;
    6060#define CLOCK_CONTROL_PRM_CLKOUT_CTRL_CLKOUOUT_EN_FLAG   (1 << 7)
Note: See TracChangeset for help on using the changeset viewer.