/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 503 jmp except 504 #define EXCEPT(nr, ist) \ macro 508 jmp except 510 #define EXCEPT_CODE(nr) vector_ ## nr: pushq $nr; jmp except 511 #define EXCEPT(nr) vector_ ## nr: pushq $0; pushq $nr; jmp except macro 515 * When we arrive at 'except' from one of the EXCEPT(X) stubs, 530 except: /* 644 EXCEPT ( 0, 7); EXCEPT ( 1, 7); EXCEPT (2, 6); EXCEPT ( 3, 7) label 645 EXCEPT ( 4, 7); EXCEPT ( 5, 7); EXCEPT (6, 7); EXCEPT ( 7, 7) label 646 EXCEPT_CODE ( 8, 7); EXCEPT ( 9, 7); EXCEPT_CODE (10, 7); EXCEPT_CODE (11, 7) [all …]
|
/Zephyr-latest/scripts/tracing/ |
D | trace_capture_usb.py | 44 except Exception as e: 53 except usb.core.USBError as e: 60 except usb.core.USBError as e: 101 except KeyboardInterrupt:
|
D | trace_capture_uart.py | 35 except serial.SerialException as e: 57 except KeyboardInterrupt:
|
/Zephyr-latest/drivers/sensor/st/vl53l0x/ |
D | vl53l0x_platform_log.h | 36 TRACE_FUNCTION_ALL = 0x7fffffff /* all bits except sign */ 43 TRACE_MODULE_ALL = 0x7fffffff /* all bits except sign */
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 19 except ImportError: 46 except yaml.scanner.ScannerError as e: # For errors parsing schema.yaml 67 except ImportError as e:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 115 except subprocess.TimeoutExpired as exc: 120 except subprocess.SubprocessError as exc: 150 except serial.SerialException as exc: 166 except NameError as exc: 177 except subprocess.CalledProcessError as exc: 216 except (serial.SerialException, TypeError, IOError): 281 except subprocess.TimeoutExpired as exc:
|
D | binary_adapter.py | 49 except subprocess.SubprocessError as exc: 53 except FileNotFoundError as exc: 57 except Exception as exc:
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | canopen_program.py | 17 except ImportError: 219 except Exception as err: 231 except Exception as err: 238 except Exception as err: 265 except Exception as err: 274 except Exception as err: 294 except Exception as err: 306 except Exception as err:
|
D | dediprog.py | 66 except ValueError: 73 except subprocess.CalledProcessError as cpe:
|
D | bossac.py | 72 except subprocess.CalledProcessError as ex: 108 except ModuleNotFoundError as err: 152 except subprocess.CalledProcessError: 259 except EOFError: 263 except ValueError:
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | nxp,iap-fmc55.yaml | 6 the lpc55xxx family, except lpc553x
|
D | st,stm32-flash-controller.yaml | 13 readout protection (RDP1). Actually, any byte except 0xAA and 0xCC
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 38 except ImportError: 43 except ImportError as capture_error: 251 except subprocess.TimeoutExpired: 448 except OSError: 451 except TypeError: 542 except subprocess.TimeoutExpired: 634 except subprocess.TimeoutExpired: 650 except serial.SerialException as e: 680 except TwisterException as error: 697 except subprocess.CalledProcessError as error: [all …]
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | acetool.py | 13 except KeyboardInterrupt:
|
D | remote-fw-service.py | 75 except Exception as e: 178 except (BrokenPipeError, ConnectionResetError): 193 except (BrokenPipeError, ConnectionResetError): 217 except subprocess.TimeoutExpired: 225 except PermissionError: 355 except KeyboardInterrupt:
|
/Zephyr-latest/boards/sc/scobc_module1/support/ |
D | akizuki-m-02990.cfg | 11 # Every pin set as high impedance except TCK, TDI, TDO and TMS
|
/Zephyr-latest/dts/arm/st/wb0/ |
D | stm32wb06.dtsi | 7 /** STM32WB06 is identical to STM32WB07, except for RAM size */
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | link-roles.py | 23 except west.util.WestNotFound: 25 except ImportError: 37 except subprocess.CalledProcessError:
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f437vX.dtsi | 9 /* spi5 and spi6 are present on all STM32F437XX SoCs except
|
D | stm32f429vX.dtsi | 10 * spi5 and spi6 are present on all STM32F429XX SoCs except
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.sched | 12 Since Zephyr does not yet support processes, most of this behaviour is undefined, except for
|
/Zephyr-latest/dts/bindings/counter/ |
D | espressif,esp32-rtc-timer.yaml | 8 Any reset/sleep mode, except for the power-up reset, will not
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 80 bool "Drop all logs except turbo logs" 83 related code except turbo logs.
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | hw_init.c | 45 * except HP CPU boots in REE mode, default setting of these filters in hardware_init() 46 * will deny the access to all masters except HP CPU. in hardware_init()
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig.defconfig | 10 # If the kernel has timer support, enable clock control, except for SoCs
|