Searched refs:swt (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/scripts/build/ |
D | gen_isr_tables.py | 203 def write_source_file(fp, vt, swt, intlist, syms, shared): argument 219 if not swt: 229 param = "{0:#x}".format(swt[i][0]) 230 func = swt[i][1] 341 swt = [(0, swt_spurious_handler) for i in range(nvec)] 348 swt = None 361 if not swt: 401 if not 0 <= table_index < len(swt): 403 (table_index, offset, len(swt) - 1)) 405 if swt[table_index] != (0, swt_spurious_handler): [all …]
|
/Zephyr-Core-3.5.0/dts/arm/nxp/ |
D | nxp_s32z27x_rtu0_r52.dtsi | 52 compatible = "nxp,s32-swt"; 60 compatible = "nxp,s32-swt"; 68 compatible = "nxp,s32-swt"; 76 compatible = "nxp,s32-swt"; 84 compatible = "nxp,s32-swt";
|
D | nxp_s32z27x_rtu1_r52.dtsi | 52 compatible = "nxp,s32-swt"; 60 compatible = "nxp,s32-swt"; 68 compatible = "nxp,s32-swt"; 76 compatible = "nxp,s32-swt"; 84 compatible = "nxp,s32-swt";
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | wdt_nxp_s32.c | 139 #define SWT_NODE(n) DT_NODELABEL(swt##n)
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.5.rst | 1619 * :dtcompatible:`nxp,s32-swt`:
|
D | release-notes-3.3.rst | 1378 - :dtcompatible:`nxp,s32-swt`
|