Changeset af60409 in mainline for uspace/drv/platform/amdm37x/prm/clock_control.h
- Timestamp:
- 2018-03-26T20:04:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb748a0
- Parents:
- b752a31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/amdm37x/prm/clock_control.h
rb752a31 raf60409 46 46 */ 47 47 typedef struct { 48 PADD32 [16];48 PADD32(16); 49 49 ioport32_t clksel; 50 50 #define CLOCK_CONTROL_PRM_CLKSEL_SYS_CLKIN_MASK (0x7) … … 56 56 #define CLOCK_CONTROL_PRM_CLKSEL_SYS_CLKIN_16_8M (0x5) 57 57 58 PADD32 [12];58 PADD32(12); 59 59 ioport32_t clkout_ctrl; 60 60 #define CLOCK_CONTROL_PRM_CLKOUT_CTRL_CLKOUOUT_EN_FLAG (1 << 7)
Note:
See TracChangeset
for help on using the changeset viewer.