/Zephyr-latest/doc/services/storage/flash_map/ |
D | flash_map.rst | 23 An additional identifier parameter is used by the :c:func:`flash_area_open` 27 The main examples are :c:func:`flash_area_read` and :c:func:`flash_area_write`. 35 * obtain it using :c:func:`flash_area_open`; 41 :c:func:`flash_area_open` uses numeric identifiers to search flash map for 85 using :c:func:`flash_map_open` to get information on flash area size, offset 94 using :c:func:`flash_area_open` and DTS node label:
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 721 bt_gatt_attr_func_t func, 734 bt_gatt_attr_func_t func, in bt_gatt_foreach_attr() argument 737 bt_gatt_foreach_attr_type(start_handle, end_handle, NULL, NULL, 0, func, in bt_gatt_foreach_attr() 1334 bt_gatt_complete_func_t func; member 1542 bt_gatt_indicate_func_t func; member 1652 void (*func)(struct bt_conn *conn, uint8_t err, member 1790 bt_gatt_discover_func_t func; member 1878 bt_gatt_read_func_t func; member 1981 bt_gatt_write_func_t func; member 2044 bool sign, bt_gatt_complete_func_t func,
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_lpc11u6x.c | 113 uint32_t func; in gpio_lpc11u6x_pin_configure() local 135 func = IOCON_FUNC1; in gpio_lpc11u6x_pin_configure() 137 func = IOCON_FUNC0; in gpio_lpc11u6x_pin_configure() 143 func |= IOCON_PIO_OD(1); in gpio_lpc11u6x_pin_configure() 150 func |= IOCON_PIO_MODE(0x2); in gpio_lpc11u6x_pin_configure() 152 func |= IOCON_PIO_MODE(0x1); in gpio_lpc11u6x_pin_configure() 154 func |= IOCON_PIO_MODE(0x0); in gpio_lpc11u6x_pin_configure() 164 config->iocon_base[offset] = func; in gpio_lpc11u6x_pin_configure()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | charger.rst | 26 A charge cycle is initiated or terminated using :c:func:`charger_charge_enable`. 37 Properties are fetched by the client one at a time using :c:func:`charger_get_prop`. 38 Properties are set by the client one at a time using :c:func:`charger_set_prop`.
|
D | bbram.rst | 15 :c:func:`bbram_read` and :c:func:`bbram_write` respectively. Both functions are expected to only
|
D | mspi.rst | 56 static, boot time parameters. However, if needed, one can use :c:func:`mspi_config` 65 #. Call :c:func:`mspi_dev_config` with device specific hardware settings obtained 81 * :c:func:`mspi_xip_config` for :term:`XIP` feature 83 * :c:func:`mspi_scramble_config` for scrambling feature 85 * :c:func:`mspi_timing_config` for platform specific timing setup. 87 #. Register any callback with :c:func:`mspi_register_callback` if needed. 95 by :c:func:`mspi_dev_config`. 102 :c:func:`mspi_register_callback`. Or not to trigger any callback at all with 174 by software, it should be performed in :c:func:`mspi_dev_config` call.
|
/Zephyr-latest/lib/libc/common/include/ |
D | threads.h | 34 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg); 77 void call_once(once_flag *flag, void (*func)(void));
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | at.c | 337 const char *prefix, parse_val_t func, in at_cmd_start() argument 360 const char *prefix, parse_val_t func, in at_cmd_get_value() argument 369 const char *prefix, parse_val_t func, in at_cmd_process_value() argument 374 ret = func(at); in at_cmd_process_value() 381 const char *prefix, parse_val_t func, in at_cmd_state_end_lf() argument 405 const char *prefix, parse_val_t func, in at_parse_cmd_input() argument 415 ret = cmd_parser_cb[at->cmd_state](at, buf, prefix, func, type); in at_parse_cmd_input()
|
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 41 example, the :c:func:`cbprintf` component, used as the default formatted output 92 :c:func:`malloc` and :c:func:`free`) and these functions are implemented by the 100 functions (for example, :c:func:`sbrk`) implemented in :file:`libc-hooks.c`. 104 interface (for example, :c:func:`malloc`). 115 :c:func:`k_malloc` in order to take advantage of the advanced features 119 :c:func:`malloc` should be used only by the portable applications and
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/ |
D | isoal_test_debug.h | 20 extern void isoal_test_debug_trace_func_call(const uint8_t *func, const uint8_t *status);
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | netusb.h | 30 void netusb_enable(const struct netusb_function *func);
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | sys_mem_blocks.rst | 81 :c:func:`sys_multi_mem_blocks_init`. Each allocator can then be 82 added via :c:func:`sys_multi_mem_blocks_add_allocator`. 85 :c:func:`sys_multi_mem_blocks_alloc` is called with an opaque 89 allocated via :c:func:`sys_mem_blocks_alloc`. 92 :c:func:`sys_multi_mem_blocks_free`. The caller does not need to 95 and then memory blocks are freed via :c:func:`sys_mem_blocks_free`. 133 Memory blocks can be allocated by calling :c:func:`sys_mem_blocks_alloc`. 148 Memory blocks are released by calling :c:func:`sys_mem_blocks_free`.
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_cap.c | 928 .func = btp_cap_supported_commands 933 .func = btp_cap_discover 938 .func = btp_cap_unicast_setup_ase 943 .func = btp_cap_unicast_audio_start 948 .func = btp_cap_unicast_audio_update 953 .func = btp_cap_unicast_audio_stop 958 .func = btp_cap_broadcast_source_setup_stream 963 .func = btp_cap_broadcast_source_setup_subgroup 968 .func = btp_cap_broadcast_source_setup 973 .func = btp_cap_broadcast_source_release [all …]
|
D | btp_pbp.c | 270 .func = pbp_read_supported_commands 275 .func = pbp_set_public_broadcast_announcement 280 .func = pbp_set_broadcast_name 285 .func = pbp_broadcast_scan_start 290 .func = pbp_broadcast_scan_stop
|
D | btp_csip.c | 322 .func = btp_csip_supported_commands 327 .func = btp_csip_discover 332 .func = btp_csip_start_ordered_access 337 .func = btp_csip_set_coordinator_lock, 342 .func = btp_csip_set_coordinator_release,
|
/Zephyr-latest/samples/userspace/syscall_perf/ |
D | README.rst | 18 Then both threads call :c:func:`k_current_get()` which returns a reference to the 22 instructions executed while calling :c:func:`k_current_get()`.
|
/Zephyr-latest/drivers/usb_c/ppc/ |
D | shell.c | 11 #define CALL_IF_HAS_PPC(usb_node, func) \ argument 13 (ret |= func(DEVICE_DT_GET_BY_IDX(usb_node, ppc, 0));), ())
|
/Zephyr-latest/doc/services/debugging/ |
D | cpu_load.rst | 10 Function :c:func:`cpu_load_get` is used to get the latest value. It is also used to reset 11 the measurement. By default, module is using :c:func:`k_cycle_get_32` but in cases when higher
|
/Zephyr-latest/samples/drivers/led/lp50xx/ |
D | README.rst | 15 :c:func:`led_write_channels` syscall) and then to each LED one by one (using the 16 :c:func:`led_set_brightness` and :c:func:`led_set_color` syscalls).
|
/Zephyr-latest/dts/riscv/ite/ |
D | it81xx2.dtsi | 63 compatible = "ite,it8xxx2-pinctrl-func"; 83 compatible = "ite,it8xxx2-pinctrl-func"; 103 compatible = "ite,it8xxx2-pinctrl-func"; 123 compatible = "ite,it8xxx2-pinctrl-func"; 143 compatible = "ite,it8xxx2-pinctrl-func"; 163 compatible = "ite,it8xxx2-pinctrl-func"; 183 compatible = "ite,it8xxx2-pinctrl-func"; 203 compatible = "ite,it8xxx2-pinctrl-func"; 227 compatible = "ite,it8xxx2-pinctrl-func"; 247 compatible = "ite,it8xxx2-pinctrl-func"; [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | tee.h | 240 uint32_t func; /**< [in] Trusted Application function, specific to the TA */ member 328 typedef int (*tee_suppl_recv_t)(const struct device *dev, uint32_t *func, unsigned int *num_params, 619 __syscall int tee_suppl_recv(const struct device *dev, uint32_t *func, unsigned int *num_params, 622 static inline int z_impl_tee_suppl_recv(const struct device *dev, uint32_t *func, in z_impl_tee_suppl_recv() argument 631 return api->suppl_recv(dev, func, num_params, param); in z_impl_tee_suppl_recv()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | adv.h | 15 void bt_le_ext_adv_foreach(void (*func)(struct bt_le_ext_adv *adv, void *data),
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 115 if (exchange_params.func) { in cmd_exchange_mtu() 120 exchange_params.func = exchange_func; in cmd_exchange_mtu() 125 exchange_params.func = NULL; in cmd_exchange_mtu() 235 if (discover_params.func) { in cmd_discover() 240 discover_params.func = discover_func; in cmd_discover() 311 if (read_params.func) { in cmd_read() 316 read_params.func = read_func; in cmd_read() 347 if (read_params.func) { in cmd_mread() 361 read_params.func = read_func; in cmd_mread() 384 if (read_params.func) { in cmd_read_uuid() [all …]
|
/Zephyr-latest/include/zephyr/drivers/i2c/ |
D | stm32.h | 25 void i2c_stm32_smbalert_set_callback(const struct device *dev, i2c_stm32_smbalert_cb_func_t func,
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 44 …instructed to become operational-up (ready for use). This is done by a call to :c:func:`net_if_up`. 164 …onitoring resend the latest connectivity events at any time by calling :c:func:`conn_mgr_mon_resen… 181 Applications can request that ifaces be ignored by Connection Manager by calling :c:func:`conn_mgr_… 183 … :ref:`L2 implementation <net_l2_interface>` can be ignored by calling :c:func:`conn_mgr_ignore_l2… 193 See :c:func:`conn_mgr_ignore_iface` and :c:func:`conn_mgr_watch_iface` for more details. 211 …a generic API to request network association (:c:func:`conn_mgr_if_connect`) and disassociation (:… 237 …bound, all connectivity commands passed to it (such as :c:func:`conn_mgr_if_connect` or :c:func:`c… 248 Once a bound iface is admin-up (see :ref:`net_if_interface_state_management`), :c:func:`conn_mgr_if… 257 …The :c:func:`conn_mgr_if_connect` function is intentionally minimalistic, and does not take any ki… 275 The application can also request that connectivity be intentionally abandoned by calling :c:func:`c… [all …]
|