Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 85) 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/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/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/ezurio/bl654_usb/
DKconfig.defconfig9 # must be linked after Nordic MBR, that is factory-programmed on the board.
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py13 from twister_harness.device.factory import DeviceFactory
/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/soc/nxp/s32/s32k1/
DKconfig93 backdoor key access, mass erase, factory access, and flash security
/Zephyr-latest/boards/ezurio/bl652_dvk/
Dbl652_dvk.dts105 /* MCP4725 not populated at factory */
/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/scripts/pylib/twister/twisterlib/
Dcoverage.py36 def factory(tool, jobs=None): member in CoverageTool
444 coverage_tool = CoverageTool.factory(options.coverage_tool, jobs=options.jobs)
/Zephyr-latest/boards/seeed/lora_e5_mini/doc/
Dindex.rst138 In the factory the module is flashed with an DFU bootloader, an AT command
146 The RDP level 1 to RDP level 0 regression will erase the factory programmed AT
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/
Dlora_e5_dev_board.rst202 In the factory the module is flashed with an DFU bootloader, an AT command
210 The RDP level 1 to RDP level 0 regression will erase the factory programmed AT
/Zephyr-latest/soc/nxp/kinetis/
DKconfig110 backdoor key access, mass erase, factory access, and flash security
/Zephyr-latest/boards/dragino/lsn50/doc/
Dindex.rst36 - Internal 16 MHz factory-trimmed RC ( |plusminus| 1%)
/Zephyr-latest/boards/dragino/nbsn95/doc/
Dindex.rst35 - Internal 16 MHz factory-trimmed RC ( |plusminus| 1%)
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/doc/
Dindex.rst93 By default a factory new SAM4E chip will boot SAM-BA boot loader located in
/Zephyr-latest/boards/ezurio/bl654_usb/doc/
Dbl654_usb.rst106 The board is factory-programmed with a Ezurio variation of Nordic's
/Zephyr-latest/boards/nxp/mimxrt1010_evk/doc/
Dindex.rst182 the factory) to connect UART signals to the OpenSDA microcontroller.
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/doc/
Dindex.rst103 By default a factory new SAM E70 chip will boot SAM-BA boot loader located in
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/doc/
Dindex.rst106 By default a factory new SAM V71 chip will boot the `SAM-BA`_ boot loader

1234