Home
last modified time | relevance | path

Searched refs:online (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/include/zephyr/arch/riscv/
Dstructs.h19 bool online; member
/Zephyr-latest/include/zephyr/drivers/
Dcharger.h257 typedef void (*charger_online_notifier_t)(enum charger_online online);
269 enum charger_online online; member
/Zephyr-latest/drivers/charger/
Dcharger_bq25180.c215 enum charger_online *online) in bq25180_get_online() argument
227 *online = CHARGER_ONLINE_FIXED; in bq25180_get_online()
229 *online = CHARGER_ONLINE_OFFLINE; in bq25180_get_online()
284 return bq25180_get_online(dev, &val->online); in bq25180_get_prop()
Dcharger_bq24190.c33 enum charger_online online; member
169 static int bq24190_charger_get_online(const struct device *dev, enum charger_online *online) in bq24190_charger_get_online() argument
190 *online = CHARGER_ONLINE_FIXED; in bq24190_charger_get_online()
192 *online = CHARGER_ONLINE_OFFLINE; in bq24190_charger_get_online()
402 return bq24190_charger_get_online(dev, &val->online); in bq24190_get_prop()
Dsbs_charger.c97 val->online = CHARGER_ONLINE_FIXED; in sbs_charger_get_prop()
99 val->online = CHARGER_ONLINE_OFFLINE; in sbs_charger_get_prop()
Dcharger_max20335.c148 static int max20335_get_charger_online(const struct device *dev, enum charger_online *online) in max20335_get_charger_online() argument
167 *online = CHARGER_ONLINE_FIXED; in max20335_get_charger_online()
170 *online = CHARGER_ONLINE_OFFLINE; in max20335_get_charger_online()
459 val->online = data->charger_online; in max20335_get_prop()
/Zephyr-latest/arch/riscv/core/
Dsmp.c64 _kernel.cpus[cpu_num].arch.online = true; in arch_secondary_cpu_init()
Dipi_clint.c30 if ((i != id) && _kernel.cpus[i].arch.online && ((cpu_bitmap & BIT(i)) != 0)) { in arch_sched_directed_ipi()
/Zephyr-latest/samples/drivers/charger/src/
Dmain.c67 } while (val.online == CHARGER_ONLINE_OFFLINE); in main()
/Zephyr-latest/arch/riscv/include/
Dkernel_arch_func.h39 _kernel.cpus[0].arch.online = true; in arch_kernel_init()
/Zephyr-latest/boards/we/proteus2ev/doc/
Dindex.rst25 …e radio module can be found the Würth Elektronik web page https://www.we-online.com/katalog/de/PRO…
151 .. _Proteus-II radio module website: https://www.we-online.com/katalog/de/PROTEUS-II
/Zephyr-latest/boards/we/proteus3ev/doc/
Dindex.rst26 web page https://www.we-online.com/katalog/de/PROTEUS-III .
152 .. _Proteus-III radio module website: https://www.we-online.com/katalog/de/PROTEUS-III
/Zephyr-latest/samples/boards/bbc/microbit/sound/
DREADME.rst19 coin-cell battery. Resellers of this board can be fairly easily found using online search.
/Zephyr-latest/boards/we/ophelia1ev/doc/
Dindex.rst105 .. _Ophelia-I radio module website: https://www.we-online.com/katalog/de/OPHELIA-I
/Zephyr-latest/doc/project/
Ddocumentation.rst15 when producing the Zephyr project's online documentation.
/Zephyr-latest/boards/shields/amg88xx/doc/
Dindex.rst53 Please note that this evaluation kit is no longer available and no online
/Zephyr-latest/
DCODE_OF_CONDUCT.md57 representative at an online or offline event.
/Zephyr-latest/boards/we/orthosie1ev/doc/
Dindex.rst248 .. _`Orthosie-I Website`: https://www.we-online.com/en/components/products/ORTHOSIE-I
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig104 int "Specify time the LwM2M client should stay online in queue mode." if LWM2M_QUEUE_MODE_ENABLED
107 This config specifies time (in seconds) the device should stay online
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst8 as we use to create the online documentation found at
/Zephyr-latest/boards/altr/max10/doc/
Dindex.rst215 Find the GDB manual and other documentation resources online at:
/Zephyr-latest/doc/develop/api/
Dapi_lifecycle.rst97 and available in online documentation.
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst393 [ 497.221395] virtio_rpmsg_bus virtio0: rpmsg host is online
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst48 …* This means the interface is completely ready for use; It is online, and if applicable, has assoc…
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst181 be found. The URI points to an online resource the Initiator can interact with to get new

12