Searched refs:s (Results 1 – 13 of 13) sorted by relevance
/hal_microchip-latest/mpfs/soc_config_generator/ |
D | mpfs_configuration_generator.py | 167 def read_xml_file(s): argument 168 file_dir = os.path.join(*s) 326 s = '#define' + ' ' + name.ljust(name_gap, ' ') 362 if len(s) >= name_gap: 363 name_gap = len(s) + 4 364 s = s.ljust(name_gap, ' ') + value + '\n' 369 headerFile.write(s) 394 s = '#define' + ' ' + name.ljust(name_gap, ' ') 401 if len(s) >= name_gap: 402 name_gap = len(s) + 4 [all …]
|
/hal_microchip-latest/mec5/drivers/ |
D | mec_defs.h | 70 #define MEC_LSHFT(v, s) (((uint32_t)(v)) << ((s) & 0x1Fu)) argument
|
/hal_microchip-latest/ |
D | README.txt | 6 sed -i -e 's/[ \t\r]*$//g' MCHP_MEC1701_bit_fields.h, then file was renamed 18 Make sure all typedef's of structures are "typedef struct struct_name".
|
D | README.md | 3 The **hal_microchip** is a set of register definitions for Microchip PIC32C/PIC32M SoC's. 59 The PIC32C/PIC32M standard API define all information to access Microchip SoC's
|
/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/ |
D | vsc8575_support.c | 103 int h, m, s; in printf_trace_head() local 111 s = (int)(t % 60); in printf_trace_head() 113 h, m, s, in printf_trace_head()
|
/hal_microchip-latest/mpfs/platform_config_reference/linker/ |
D | mpfs-lim-lma-scratchpad-vma.ld | 85 * Stack size for each hart's startup code. 91 * the each hart's SP with this stack area for the respective hart's application function, 207 *(.sdata .sdata.* .gnu.linkonce.s.*)
|
D | mpfs-envm-lma-scratchpad-vma.ld | 93 * Stack size for each hart's startup code. 99 * the each hart's SP with this stack area for the respective hart's application function, 217 *(.sdata .sdata.* .gnu.linkonce.s.*)
|
D | mpfs-lim.ld | 81 * Stack size for each hart's application. 83 * each hart's application function, e51(), u54_1(), u54_2(), u54_3(), u54_4(). 211 *(.sdata .sdata.* .gnu.linkonce.s.*)
|
D | mpfs-envm.ld | 93 * Stack size for each hart's application. 95 * each hart's application function, e51(), u54_1(), u54_2(), u54_3(), u54_4(). 240 *(.sdata .sdata.* .gnu.linkonce.s.*)
|
D | mpfs-ddr-loaded-by-boot-loader.ld | 154 *(.sdata .sdata.* .gnu.linkonce.s.*)
|
/hal_microchip-latest/pinconfigs/ |
D | README.md | 243 - [s, jtag, tdo] 244 - [s, swd, traceswo]
|
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/ |
D | mpfs-ddr-e51.ld | 162 *(.sdata .sdata.* .gnu.linkonce.s.*)
|
/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/ |
D | mss_entry.S | 271 #in case of return, loop forever. nop's added so can be seen in debugger
|