Home
last modified time | relevance | path

Searched refs:ins (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/lib/libc/minimal/source/string/
Dstrspn.c13 const char *ins = s; in strspn() local
19 return s - ins; in strspn()
25 const char *ins = s; in strcspn() local
31 return s - ins; in strcspn()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c204 bool z_cc2520_access(const struct device *dev, bool read, uint8_t ins, in z_cc2520_access() argument
225 cmd_buf[0] = ins; in z_cc2520_access()
227 if (ins == CC2520_INS_MEMRD || ins == CC2520_INS_MEMWR) { in z_cc2520_access()
231 } else if (ins == CC2520_INS_REGRD || ins == CC2520_INS_REGWR) { in z_cc2520_access()
Dieee802154_cc2520.h62 bool z_cc2520_access(const struct device *dev, bool read, uint8_t ins,
/Zephyr-latest/doc/develop/debug/
Dindex.rst179 The `GNU MCU Eclipse plug-ins`_ provide a mechanism to debug ARM projects in
191 #. In Eclipse, install the `GNU MCU Eclipse plug-ins`_ by opening the menu
365 .. _GNU MCU Eclipse plug-ins: https://gnu-mcu-eclipse.github.io/plugins/install/
/Zephyr-latest/boards/raytac/mdbt50q_db_33/doc/
Dindex.rst199 https://www.raytac.com/product/ins.php?index_id=97
/Zephyr-latest/boards/raytac/mdbt50q_db_40/doc/
Dindex.rst201 https://www.raytac.com/product/ins.php?index_id=81
/Zephyr-latest/boards/raytac/mdbt53v_db_40/doc/
Dindex.rst247 https://www.raytac.com/product/ins.php?index_id=140
/Zephyr-latest/boards/raytac/mdbt53_db_40/doc/
Dindex.rst257 https://www.raytac.com/product/ins.php?index_id=139
/Zephyr-latest/kernel/
DKconfig.vm136 bool "Allow interrupts during page-ins/outs"
DKconfig601 Use when there isn't support for compiler built-ins, but you have
616 Use when there isn't support for compiler built-ins, but you have
/Zephyr-latest/doc/hardware/porting/
Darch.rst418 It is possible to use compiler built-ins to implement these, but be careful