Searched full:wb (Results 1 – 25 of 51) sorted by relevance
123
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/ |
D | testcase.yaml | 4 drivers.clock.stm32_clock_configuration.common_device.wb.i2c1_hsi_lptim1_lse: 7 drivers.clock.stm32_clock_configuration.common_device.wb.i2c1_sysclk_lptim1_lsi:
|
/Zephyr-latest/dts/arm/st/wb/ |
D | stm32wb55.dtsi | 7 #include <st/wb/stm32wb.dtsi>
|
D | stm32wb55Xg.dtsi | 8 #include <st/wb/stm32wb55.dtsi>
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | st,stm32wb-flash-controller.yaml | 1 description: STM32 WB flash controller
|
/Zephyr-latest/scripts/ |
D | make_bugs_pickle.py | 50 return open(sys.stdout.fileno(), 'wb', closefd=False) 52 return open(args.out_file, 'wb')
|
D | gen_gcov_files.py | 60 with open(filename, 'wb') as fp:
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | http.py | 20 open(path, "wb").write(resp.content)
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max22190-gpio.yaml | 9 mean WB functionality and filters could be set. Reffering to: 89 channel, so to enable WB functionality set 1. 90 If WB on specific channel is disabled , FAULT will not be rised in case
|
/Zephyr-latest/boards/st/stm32wb5mmg/ |
D | stm32wb5mmg.dts | 8 #include <st/wb/stm32wb55Xg.dtsi> 9 #include <st/wb/stm32wb55vgyx-pinctrl.dtsi>
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_posix_bottom.c | 15 f = fopen(file_name, "wb"); in tracing_backend_posix_init_bottom()
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/ |
D | testcase.yaml | 165 drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_hse_32: 170 drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_48_hsi_16: 175 drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_64_hse_32: 180 drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_48_msi_4:
|
/Zephyr-latest/scripts/tracing/ |
D | trace_capture_uart.py | 43 with open(output_file, "wb") as file_desc:
|
D | trace_capture_usb.py | 89 with open(output_file, "wb") as file_desc:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | fifo_handler.py | 63 self._fifo_in_file = open(self._fifo_in_path, 'wb', buffering=0) 87 open(self._fifo_out_path, 'wb', buffering=0)
|
/Zephyr-latest/boards/st/stm32wb5mm_dk/ |
D | stm32wb5mm_dk.dts | 8 #include <st/wb/stm32wb55Xg.dtsi> 9 #include <st/wb/stm32wb55vgyx-pinctrl.dtsi>
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board_nrf52840_2.overlay | 68 80 60 40 00 00 00 00 /* LUT2: WB: VS 0..6 */ 101 40 00 00 00 00 00 00 /* LUT2: WB: VS0..6 */
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_max22190.c | 192 enum max22190_ch_wb_state wb[MAX22190_CHANNELS]; member 245 * @brief Update chan WB state in max22190_data 255 data->wb[ch_n] = (val >> ch_n) & 0x1; in max22190_update_wb_stat() 333 /* in case of writing register we get as second byte WB reg */ in max22190_reg_transceive() 440 /* We are reading WB reg because on first byte will be clocked out DI reg in max22190_state_get() 441 * on second byte we will ge WB value. in max22190_state_get()
|
/Zephyr-latest/scripts/coredump/ |
D | coredump_serial_log_parser.py | 37 outfile = open(args.outfile, "wb")
|
/Zephyr-latest/boards/st/nucleo_wb55rg/ |
D | nucleo_wb55rg.dts | 8 #include <st/wb/stm32wb55Xg.dtsi> 9 #include <st/wb/stm32wb55rgvx-pinctrl.dtsi>
|
/Zephyr-latest/arch/x86/ |
D | gen_idt.py | 87 with open(filename, "wb") as fp: 107 with open(filename, "wb") as fp: 286 with open(filename, "wb") as fp:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | fifo_mock.py | 70 with FifoFile(write_path, 'wb') as wf, FifoFile(read_path, 'rb'):
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | gen_img.py | 92 with open(out_file, "wb") as of:
|
/Zephyr-latest/scripts/coccinelle/ |
D | find_functions.cocci | 120 with open("function_names.pickle", "wb") as f:
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 160 open("model.tflite", "wb").write(tflite_model) 168 open("model_quantized.tflite", "wb").write(tflite_model)
|
/Zephyr-latest/soc/intel/intel_ish/utils/ |
D | build_ish_firmware.py | 60 with open(args.output, 'wb') as f:
|
123