Home
last modified time | relevance | path

Searched full:except (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/Zephyr-latest/arch/x86/core/intel64/
Dlocore.S503 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/
Dtrace_capture_usb.py44 except Exception as e:
53 except usb.core.USBError as e:
60 except usb.core.USBError as e:
101 except KeyboardInterrupt:
Dtrace_capture_uart.py35 except serial.SerialException as e:
57 except KeyboardInterrupt:
/Zephyr-latest/drivers/sensor/st/vl53l0x/
Dvl53l0x_platform_log.h36 TRACE_FUNCTION_ALL = 0x7fffffff /* all bits except sign */
43 TRACE_MODULE_ALL = 0x7fffffff /* all bits except sign */
/Zephyr-latest/scripts/pylib/twister/
Dscl.py19 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/
Dhardware_adapter.py115 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:
Dbinary_adapter.py49 except subprocess.SubprocessError as exc:
53 except FileNotFoundError as exc:
57 except Exception as exc:
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py17 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:
Ddediprog.py66 except ValueError:
73 except subprocess.CalledProcessError as cpe:
Dbossac.py72 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/
Dnxp,iap-fmc55.yaml6 the lpc55xxx family, except lpc553x
Dst,stm32-flash-controller.yaml13 readout protection (RDP1). Actually, any byte except 0xAA and 0xCC
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py38 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/
Dacetool.py13 except KeyboardInterrupt:
Dremote-fw-service.py75 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/
Dakizuki-m-02990.cfg11 # Every pin set as high impedance except TCK, TDI, TDO and TMS
/Zephyr-latest/dts/arm/st/wb0/
Dstm32wb06.dtsi7 /** STM32WB06 is identical to STM32WB07, except for RAM size */
/Zephyr-latest/doc/_extensions/zephyr/
Dlink-roles.py23 except west.util.WestNotFound:
25 except ImportError:
37 except subprocess.CalledProcessError:
/Zephyr-latest/dts/arm/st/f4/
Dstm32f437vX.dtsi9 /* spi5 and spi6 are present on all STM32F437XX SoCs except
Dstm32f429vX.dtsi10 * spi5 and spi6 are present on all STM32F429XX SoCs except
/Zephyr-latest/lib/posix/options/
DKconfig.sched12 Since Zephyr does not yet support processes, most of this behaviour is undefined, except for
/Zephyr-latest/dts/bindings/counter/
Despressif,esp32-rtc-timer.yaml8 Any reset/sleep mode, except for the power-up reset, will not
/Zephyr-latest/subsys/logging/frontends/
DKconfig80 bool "Drop all logs except turbo logs"
83 related code except turbo logs.
/Zephyr-latest/soc/espressif/esp32c6/
Dhw_init.c45 * 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/
DKconfig.defconfig10 # If the kernel has timer support, enable clock control, except for SoCs

12345678910>>...23