/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | rf_mailbox.h | 295 #define SW_REG_OVERRIDE(cmd, field, val) (3 | ((_POSITION_##cmd##_##field) << 4) | ((uint32_t)(val)… argument 297 #define SW_REG_IND_OVERRIDE(cmd, field, offset, val) (3 | \ argument 298 (((_POSITION_##cmd##_##field) + ((offset) << 1)) << 4) | ((uint32_t)(val) << 16)) 300 #define SW_REG_BYTE_OVERRIDE(cmd, field, val) (0x8003 | ((_POSITION_##cmd##_##field) << 4) | \ argument 303 #define SW_REG_2BYTE_OVERRIDE(cmd, field, val0, val1) (3 | (((_POSITION_##cmd##_##field) & 0xFFFE) … argument
|
/lk-master/external/arch/arm/arm-m/CMSIS/Include/ |
A D | core_cm0.h | 513 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 521 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm1.h | 539 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 547 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_sc000.h | 641 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 649 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm0plus.h | 627 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 635 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm3.h | 1359 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 1367 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_sc300.h | 1342 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 1350 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm4.h | 1529 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 1537 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm23.h | 1355 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 1363 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_armv8mbl.h | 1280 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 1288 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm7.h | 1756 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 1764 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_armv8mml.h | 2100 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 2108 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm33.h | 2175 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 2183 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm35p.h | 2175 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 2183 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_cm55.h | 3105 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 3113 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
A D | core_armv81mml.h | 3070 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 3078 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
/lk-master/top/include/lk/ |
A D | compiler.h | 123 #define __offsetof(type, field) __builtin_offsetof(type, field) argument
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | MANIFEST.TXT | 18 Delivered As: This field will either be "Source", "Binary" or "Source and 20 Software is delivered in an archive format, this field applies to the contents 25 Modified by TI: This field will either be "Yes" or "No". A "Yes" means TI has 27 This field is not applicable for Software "Obtained from" TI. 29 Obtained from: This field specifies from where or from whom TI obtained the 31 (if TI developed the software). If this field contains a link to Open Source 49 Any links appearing on this Manifest (for example in the "Obtained from" field)
|
/lk-master/external/lib/fdt/include/ |
A D | libfdt.h | 234 #define fdt_get_header(fdt, field) \ argument 235 (fdt32_ld(&((const struct fdt_header *)(fdt))->field))
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 155 - Declared the tx_buffer_length field in the UART driver's control block as volatile to prevent iss… 242 - Corrected the type of the nrfx_uarte_xfer_evt_t structure field that holds the amount of transfer… 244 - Fixed a typo in the name of the bmRequest field in the nrfx_usbd_setup_t structure. The new corre…
|