Searched refs:which (Results 1 – 9 of 9) sorted by relevance
/hal_microchip-latest/mpfs/mpfs_hal/common/ |
D | bits.h | 48 #define EXTRACT_FIELD(val, which) (((val) & (which)) / ((which) & ~((which)-1))) argument 49 #define INSERT_FIELD(val, which, fieldval) (((val) & ~(which)) | ((fieldval) * ((which) & ~((which)… argument
|
/hal_microchip-latest/pinconfigs/ |
D | README.md | 5 pin to a peripheral signal which multiplex, at end, I/O lines pins. For example, 31 - `revisions` (optional): The SoC die revision which exists for sam0 series. 135 that for `pincode: 64`, which is 64 pins packages, there are valid combination 137 challenges like define a part number which uses same pin code with different 144 a pin itself composed by one mandatory properties which is `pincodes` and many 279 The output format uses the compressed representation which of: 286 function `a`, which selects pin for external interrupt controller `EIC` 293 below example which define serial console for `PIC32CX SGxx Curiosity Ultra` board.
|
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/ |
D | mpfs-ddr-e51.ld | 21 * which can be found under the link below: 224 * a1 hold pointer to device data, which includes pointer to shared memory
|
/hal_microchip-latest/mpfs/platform_config_reference/linker/ |
D | mpfs-ddr-loaded-by-boot-loader.ld | 31 * which can be found under the link below: 216 * a1 hold pointer to device data, which includes pointer to shared memory
|
D | mpfs-lim.ld | 15 * which can be found under the link below:
|
D | mpfs-envm.ld | 16 * which can be found under the link below:
|
D | mpfs-lim-lma-scratchpad-vma.ld | 17 * which can be found under the link below:
|
D | mpfs-envm-lma-scratchpad-vma.ld | 16 * which can be found under the link below:
|
/hal_microchip-latest/ |
D | README.md | 60 peripherals. This library does not have namespaces and prefixes which
|