Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: targets/TARGET_ONSEMI/TARGET_NCS36510/random_map.h
- Revision:
- 150:02e0a0aed4ec
- Parent:
- 149:156823d33999
--- a/targets/TARGET_ONSEMI/TARGET_NCS36510/random_map.h Fri Oct 28 11:17:30 2016 +0100 +++ b/targets/TARGET_ONSEMI/TARGET_NCS36510/random_map.h Tue Nov 08 17:45:16 2016 +0000 @@ -49,9 +49,6 @@ /** Random Number Generator Control HW Structure Overlay */ typedef struct { __IO uint32_t WR_SEED_RD_RAND; /* Seed set & random read reg - 0x40011000 */ -#ifdef REVB - __IO uint32_t MODE; -#endif /* REVB */ union { struct { __IO uint32_t MODE :1; /**<Mode Register, 0 LSFR is updated on every rising edge of PCLK, 1 LSFR is only updated on a read event of the LSFR register */