Searched refs:off (Results 201 – 225 of 436) sorted by relevance
12345678910>>...18
/Zephyr-latest/drivers/led/ |
D | ncp5623.c | 190 .off = ncp5623_led_off,
|
D | tlc59108.c | 215 .off = tlc59108_led_off,
|
D | led_mchp_xec.c | 263 .off = xec_bbled_off,
|
D | lp3943.c | 282 .off = lp3943_led_off,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap_scan_delegator.rst | 70 uart:~$ bt scan off
|
/Zephyr-latest/samples/basic/custom_dts_binding/ |
D | README.rst | 23 We assume that a load with high current demands should be switched on or off via a MOSFET. The
|
/Zephyr-latest/samples/net/promiscuous_mode/src/ |
D | main.c | 222 SHELL_CMD(off, NULL, "Turn promiscuous mode off\n"
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_hsfll.c | 210 .off = api_nosys_on_off,
|
D | clock_control_mcux_ccm_rev2.c | 331 .off = mcux_ccm_off,
|
D | clock_control_npcx.c | 153 .off = npcx_clock_control_off,
|
D | clock_control_nrf2_fll16m.c | 258 .off = api_nosys_on_off,
|
D | clock_control_nrf2_hfxo.c | 277 .off = api_nosys_on_off,
|
/Zephyr-latest/boards/microchip/mpfs_icicle/doc/ |
D | index.rst | 60 -ex "set mem inaccessible-by-default off" \
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.c | 3300 uint16_t off, len; in lwm2m_parse_peerinfo() local 3312 off = parser.field_data[UF_SCHEMA].off; in lwm2m_parse_peerinfo() 3316 if (strncmp(url + off, "coaps", len) != 0) { in lwm2m_parse_peerinfo() 3322 if (len == 5U && strncmp(url + off, "coaps", len) == 0) { in lwm2m_parse_peerinfo() 3343 off = parser.field_data[UF_HOST].off; in lwm2m_parse_peerinfo() 3347 tmp = url[off + len]; in lwm2m_parse_peerinfo() 3348 url[off + len] = '\0'; in lwm2m_parse_peerinfo() 3355 ret = net_addr_pton(AF_INET6, url + off, in lwm2m_parse_peerinfo() 3360 ret = net_addr_pton(AF_INET, url + off, in lwm2m_parse_peerinfo() 3376 ret = zsock_getaddrinfo(url + off, NULL, &hints, &res); in lwm2m_parse_peerinfo() [all …]
|
/Zephyr-latest/boards/st/stm32h750b_dk/doc/ |
D | index.rst | 51 | QSPI NOR | on-chip | off-chip flash | 59 | QSPI NOR | on-chip | off-chip flash |
|
/Zephyr-latest/boards/phytec/phyboard_nash/doc/ |
D | index.rst | 118 …fatload mmc 1:1 0xd0000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0xd0…
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_spi.c | 174 .off = fpga_ice40_off,
|
/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | Kconfig | 79 bool "filter off"
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.quectel-bg9x | 29 This stack is used by the work queue to pass off net_pkt data
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | Kconfig | 37 this Kconfig option off prevents the system from directly
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | Kconfig | 116 bool "filter off"
|
/Zephyr-latest/samples/sensor/sgp40_sht4x/ |
D | README.rst | 16 This is enabled in the Application by default, you can turn it off
|
/Zephyr-latest/samples/subsys/modbus/tcp_server/ |
D | README.rst | 64 To set LED0 off but LED1 and LED2 on use FC15 command (write_coils).
|
/Zephyr-latest/samples/bluetooth/mesh/ |
D | README.rst | 67 the LED on or off, and button presses will be used to broadcast OnOff
|
/Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 72 FLASH.ReProgram off
|
12345678910>>...18