Searched refs:ins (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | strspn.c | 13 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/ |
D | ieee802154_cc2520.c | 204 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()
|
D | ieee802154_cc2520.h | 62 bool z_cc2520_access(const struct device *dev, bool read, uint8_t ins,
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 179 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/ |
D | index.rst | 199 https://www.raytac.com/product/ins.php?index_id=97
|
/Zephyr-latest/boards/raytac/mdbt50q_db_40/doc/ |
D | index.rst | 201 https://www.raytac.com/product/ins.php?index_id=81
|
/Zephyr-latest/boards/raytac/mdbt53v_db_40/doc/ |
D | index.rst | 247 https://www.raytac.com/product/ins.php?index_id=140
|
/Zephyr-latest/boards/raytac/mdbt53_db_40/doc/ |
D | index.rst | 257 https://www.raytac.com/product/ins.php?index_id=139
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 136 bool "Allow interrupts during page-ins/outs"
|
D | Kconfig | 601 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/ |
D | arch.rst | 418 It is possible to use compiler built-ins to implement these, but be careful
|