Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 93) sorted by relevance

1234

/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.h33 TSSLServerSocket(int port, std::shared_ptr<TSSLSocketFactory> factory);
43 std::shared_ptr<TSSLSocketFactory> factory);
54 std::shared_ptr<TSSLSocketFactory> factory);
DTSSLServerSocket.cpp36 TSSLServerSocket::TSSLServerSocket(int port, std::shared_ptr<TSSLSocketFactory> factory) in TSSLServerSocket() argument
37 : TServerSocket(port), factory_(factory) in TSSLServerSocket()
43 std::shared_ptr<TSSLSocketFactory> factory) in TSSLServerSocket() argument
44 : TServerSocket(address, port), factory_(factory) in TSSLServerSocket()
50 std::shared_ptr<TSSLSocketFactory> factory) in TSSLServerSocket() argument
51 : TServerSocket(port, sendTimeout, recvTimeout), factory_(factory) in TSSLServerSocket()
DTSSLSocket.cpp556 auto *factory = (TSSLSocketFactory *)data; in passwordCallback() local
558 factory->getPassword(userPassword, size); in passwordCallback()
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/
DKconfig24 bool "RAIL PA: apply factory calibration offset"
27 Ensure that the PA power remains constant chip-to-chip by applying factory
/Zephyr-latest/drivers/sensor/meas/ms5837/
Dms5837.h59 uint16_t factory; member
Dms5837.c314 err = ms5837_read_prom(dev, MS5837_CMD_CONV_READ_CRC, &data->factory); in ms5837_init()
351 const int type_id = (data->factory >> 5) & 0x7f; in ms5837_init()
/Zephyr-latest/soc/ti/simplelink/cc23x0/
DKconfig37 bool "Use factory configuration"
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
DKconfig.defconfig12 # must be linked after Nordic MBR, that is factory-programmed on the board.
/Zephyr-latest/boards/nordic/nrf52840dongle/
DKconfig.defconfig10 # must be linked after Nordic MBR, that is factory-programmed on the board.
/Zephyr-latest/boards/others/promicro_nrf52840/
DKconfig.defconfig11 # must be linked after Nordic MBR, that is factory-programmed on the board.
/Zephyr-latest/boards/ezurio/bl654_usb/
DKconfig.defconfig9 # must be linked after Nordic MBR, that is factory-programmed on the board.
/Zephyr-latest/dts/arm/ti/
Dcc2340r5.dtsi39 ti,ret-to-factory;
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py13 from twister_harness.device.factory import DeviceFactory
/Zephyr-latest/boards/ezurio/bl652_dvk/
Dbl652_dvk.dts105 /* MCP4725 not populated at factory */
/Zephyr-latest/soc/nxp/s32/s32k1/
DKconfig93 backdoor key access, mass erase, factory access, and flash security
/Zephyr-latest/drivers/hwinfo/
DKconfig39 bool "Ignore CCFG and always use factory value"
42 Always return factory pre-programmed values, stored in FCFG and ignore
/Zephyr-latest/boards/ezurio/bl653_dvk/
Dbl653_dvk.dts132 /* MCP4725 not populated at factory */
/Zephyr-latest/boards/ezurio/bl654_dvk/
Dbl654_dvk.dts130 /* MCP4725 not populated at factory */
/Zephyr-latest/boards/seeed/lora_e5_mini/doc/
Dindex.rst97 In the factory the module is flashed with an DFU bootloader, an AT command
105 The RDP level 1 to RDP level 0 regression will erase the factory programmed AT
/Zephyr-latest/boards/others/promicro_nrf52840/doc/
Dindex.rst57 The board is factory-programmed with Adafruit's UF2 booloader
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/
Dlora_e5_dev_board.rst160 In the factory the module is flashed with an DFU bootloader, an AT command
168 The RDP level 1 to RDP level 0 regression will erase the factory programmed AT
/Zephyr-latest/boards/adi/ad_swiot1l_sl/doc/
Dindex.rst6 secure, network-capable field devices, with applications in factory automation, process
/Zephyr-latest/soc/nxp/kinetis/
DKconfig110 backdoor key access, mass erase, factory access, and flash security
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py40 def factory(tool, jobs=None): member in CoverageTool
542 coverage_tool = CoverageTool.factory(options.coverage_tool, jobs=options.jobs)
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/doc/
Dindex.rst57 By default a factory new SAM E70 chip will boot SAM-BA boot loader located in

1234