Searched refs:__deprecated (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/include/zephyr/storage/ |
D | stream_flash.h | 145 __deprecated int stream_flash_erase_page(struct stream_flash_ctx *ctx, off_t off);
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | xcc.h | 18 #define __deprecated macro
|
D | gcc.h | 263 #ifndef __deprecated 264 #define __deprecated __attribute__((deprecated)) macro
|
/Zephyr-latest/ |
D | .clang-format | 23 - __deprecated
|
/Zephyr-latest/include/zephyr/toolchain/iar/ |
D | iccarm.h | 184 #ifndef __deprecated 185 #define __deprecated __attribute__((deprecated)) macro
|
/Zephyr-latest/scripts/ |
D | tags.sh | 61 -I __acquires,__releases,__deprecated \
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 5089 __deprecated int k_pipe_cleanup(struct k_pipe *pipe); 5107 __deprecated __syscall int k_pipe_alloc_init(struct k_pipe *pipe, size_t size); 5128 __deprecated __syscall int k_pipe_put(struct k_pipe *pipe, const void *data, 5152 __deprecated __syscall int k_pipe_get(struct k_pipe *pipe, void *data, 5165 __deprecated __syscall size_t k_pipe_read_avail(struct k_pipe *pipe); 5176 __deprecated __syscall size_t k_pipe_write_avail(struct k_pipe *pipe); 5189 __deprecated __syscall void k_pipe_flush(struct k_pipe *pipe); 5203 __deprecated __syscall void k_pipe_buffer_flush(struct k_pipe *pipe);
|
/Zephyr-latest/tests/kernel/workq/work_queue/src/ |
D | main.c | 13 #undef __deprecated 14 #define __deprecated macro
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 638 BT_LE_ADV_OPT_CONNECTABLE __deprecated = BIT(0), 668 BT_LE_ADV_OPT_ONE_TIME __deprecated = BIT(1),
|
D | conn.h | 1460 __deprecated int bt_le_set_auto_conn(const bt_addr_le_t *addr,
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 1961 __deprecated 2661 __deprecated struct in_addr net_if_ipv4_get_netmask(struct net_if *iface); 2671 __deprecated void net_if_ipv4_set_netmask(struct net_if *iface, 2684 __deprecated __syscall bool net_if_ipv4_set_netmask_by_index(int index,
|
/Zephyr-latest/tests/kernel/workq/work/src/ |
D | main.c | 11 #undef __deprecated 12 #define __deprecated macro
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 229 (``__deprecated`` for function declarations and ``__DEPRECATED_MACRO`` for
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 119 ``__deprecated`` in the 2.4 release, but will be in 2.5. They will be
|
D | release-notes-3.3.rst | 252 NOTE: Only functions are marked as ``__deprecated``, type definitions are not.
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2515 __deprecated= \
|