/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/ |
D | pinctrl-rzn-common.h | 43 #define RZN_PINMUX(port, pin, func) (port | pin | (func << 4)) argument
|
D | pinctrl-rzt-common.h | 43 #define RZT_PINMUX(port, pin, func) (port | pin | (func << 4)) argument
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 96 * The function :c:func:`zcbor_new_state`, :c:func:`zcbor_new_decode_state` and the macro 100 * The functions :c:func:`zcbor_bstr_put_term` and :c:func:`zcbor_tstr_put_term` have gained a new 102 This parameter is passed directly to :c:func:`strnlen` under the hood. 104 * The function :c:func:`zcbor_tag_encode` has been renamed to :c:func:`zcbor_tag_put`. 106 * Printing has been changed significantly, e.g. :c:func:`zcbor_print` is now called 107 :c:func:`zcbor_log`, and :c:func:`zcbor_trace` with no parameters is gone, and in its place are 108 :c:func:`zcbor_trace_file` and :c:func:`zcbor_trace`, both of which take a ``state`` parameter. 230 * The optional :c:func:`setup()` function in the Bluetooth HCI driver API (enabled through 262 * The CAN transceiver API function :c:func:`can_transceiver_enable` now takes a :c:type:`can_mode_t` 394 interrupt controller driver API via :c:func:`shared_irq_isr_register()` has changed. [all …]
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_has.c | 138 .func = has_supported_commands 143 .func = has_set_active_index 148 .func = has_set_preset_name 153 .func = has_remove_preset 158 .func = has_add_preset 163 .func = has_set_properties
|
D | btp_ccp.c | 749 .func = ccp_supported_commands 754 .func = ccp_discover_tbs 759 .func = ccp_accept_call 764 .func = ccp_terminate_call 769 .func = ccp_originate_call 774 .func = ccp_read_call_state 779 .func = ccp_read_bearer_name 784 .func = ccp_read_bearer_uci 789 .func = ccp_read_bearer_tech 794 .func = ccp_read_uri_list [all …]
|
D | btp_csis.c | 82 .func = csis_supported_commands, 87 .func = csis_set_member_lock, 92 .func = csis_get_member_rsi, 97 .func = csis_sirk_type,
|
D | btp_hap.c | 232 .func = read_supported_commands, 237 .func = ha_init, 242 .func = hauc_init, 247 .func = iac_init, 252 .func = iac_discover, 257 .func = iac_set_alert, 262 .func = hauc_discover,
|
D | btp_cas.c | 67 .func = cas_supported_commands 72 .func = cas_set_member_lock 77 .func = cas_get_member_rsi
|
/Zephyr-latest/doc/develop/languages/c/ |
D | common_libc.rst | 14 This provides an implementation of the standard C function, :c:func:`time`, 15 relying on the Zephyr function, :c:func:`clock_gettime`. This function can 27 management interface functions such as :c:func:`malloc` and :c:func:`free`. 39 There are also separate controls to select :c:func:`calloc` 40 (:kconfig:option:`COMMON_LIBC_CALLOC`) and :c:func:`reallocarray`
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 98 initializing the USB device with :c:func:`usbd_add_descriptor`. 118 :c:func:`usbd_add_configuration`. Note :c:enumerator:`USBD_SPEED_FS` and 132 it is initialized using :c:func:`usbd_register_class`. The desired 135 :c:func:`usbd_register_all_classes` can be used to register all available 145 :c:func:`usbd_init`. After this, the configuration of the device cannot be 146 changed. A device can be deinitialized with :c:func:`usbd_shutdown` and all 150 :c:func:`usbd_init` does only what is necessary to detect VBUS changes. There 163 The final step to enable the USB device is :c:func:`usbd_enable`, after that, 166 :c:func:`usbd_disable`. 177 The application can register a callback using :c:func:`usbd_msg_register_cb` to [all …]
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_eos_s3.c | 18 #define FUNCTION_REGISTER(func) (func >> 13) argument 50 static int pinctrl_eos_s3_set(uint32_t pin, uint32_t func) in pinctrl_eos_s3_set() argument 58 *reg = func; in pinctrl_eos_s3_set()
|
D | pinctrl_cc23x0.c | 18 static int pinctrl_cc23x0_set(uint32_t pin, uint32_t func, uint32_t mode) in pinctrl_cc23x0_set() argument 22 HWREG(iocfg_reg) = mode | func; in pinctrl_cc23x0_set()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_weak_stubs.c | 19 static void nsi_boot_warning(const char *func) in nsi_boot_warning() argument 22 "CPU shut down permanently\n", func); in nsi_boot_warning()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_raw.h | 84 .func = _func, \ 105 uint8_t (*func)(struct net_buf *buf); member
|
/Zephyr-latest/include/zephyr/drivers/adc/ |
D | adc_emul.h | 100 adc_emul_value_func func, void *data); 115 adc_emul_value_func func, void *data);
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 4782 .func = supported_commands, 4787 .func = config_prov, 4792 .func = provision_node, 4797 .func = init, 4802 .func = reset, 4807 .func = input_number, 4812 .func = input_string, 4817 .func = ivu_test_mode, 4822 .func = ivu_toggle_state, 4828 .func = lpn, [all …]
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | condvar.rst | 25 :c:func:`k_condvar_wait` performs atomically the following steps; 32 the condition using :c:func:`k_condvar_signal` or 33 :c:func:`k_condvar_broadcast` then it: 36 #. Returns from :c:func:`k_condvar_wait`. 48 It must then be initialized by calling :c:func:`k_condvar_init`. 70 A thread can wait on a condition by calling :c:func:`k_condvar_wait`. 96 A condition variable is signaled on by calling :c:func:`k_condvar_signal` for 97 one thread or by calling :c:func:`k_condvar_broadcast` for multiple threads.
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 16 The polling API's main function is :c:func:`k_poll`, which is very similar 17 in concept to the POSIX :c:func:`poll` function, except that it operates on 51 The :c:func:`k_poll` function returns as soon as one of the conditions it 53 when :c:func:`k_poll` returns, if they were fulfilled before 54 :c:func:`k_poll` was called, or due to the preemptive multi-threading 59 acquired. As an example, this means that when :c:func:`k_poll` returns and 61 :c:func:`k_poll()` must then invoke :c:func:`k_sem_take` to take 63 guarantee that it will be still available when :c:func:`k_sem_take` is 72 The main API is :c:func:`k_poll`, which operates on an array of poll events 74 event a call to :c:func:`k_poll` will wait for its condition to be [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 18 :c:func:`bt_l2cap_chan_recv_complete` API if processing is asynchronous. 24 For sending data the :c:func:`bt_l2cap_chan_send` API can be used noting that 28 Servers can be registered using :c:func:`bt_l2cap_server_register` API passing 34 Client channels can be initiated with use of :c:func:`bt_l2cap_chan_connect` 35 API and can be disconnected with the :c:func:`bt_l2cap_chan_disconnect` API.
|
/Zephyr-latest/boards/native/native_sim/ |
D | irq_handler.c | 36 if (irq_vector_table[irq_nbr].func == NULL) { /* LCOV_EXCL_BR_LINE */ in vector_to_irq() 45 irq_vector_table[irq_nbr].func)(); in vector_to_irq() 50 ((normal_irq_f_ptr)irq_vector_table[irq_nbr].func) in vector_to_irq() 245 irq_vector_table[irq_p].func = isr_p; in posix_isr_declare()
|
/Zephyr-latest/soc/xlnx/zynqmp/ |
D | pinctrl_soc.h | 36 uint32_t func; member 46 .func = ZYNQMP_GET_FUNC(DT_PROP_BY_IDX(node_id, prop, idx)), \
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | slist.rst | 17 :c:func:`sys_slist_init` or by static assignment from SYS_SLIST_STATIC_INIT 22 :c:func:`sys_slist_peek_head` and :c:func:`sys_slist_peek_tail`, which will 33 accessed with :c:func:`sys_slist_peek_next`. 36 :c:func:`sys_slist_prepend` and :c:func:`sys_slist_append`. They may also 37 have a node added to an interior point with :c:func:`sys_slist_insert`, 39 :c:func:`sys_slist_remove` will remove a node given a pointer to its 43 list. :c:func:`sys_slist_merge_slist` will append an entire list to an 44 existing one. :c:func:`sys_slist_append_list` will append a bounded 46 :c:func:`sys_slist_find_and_remove` will search a list (in linear time) 111 :c:func:`sys_sfnode_flags_get` and :c:func:`sys_sfnode_flags_set`.
|
/Zephyr-latest/doc/services/net_buf/ |
D | index.rst | 37 buffers, rather this is done implicitly as :c:func:`net_buf_alloc` gets 53 objects. Use :c:func:`k_fifo_put` and :c:func:`k_fifo_get` to pass buffer 57 where the :c:func:`net_buf_slist_put` and :c:func:`net_buf_slist_get` 58 functions must be used instead of :c:func:`sys_slist_append` and 59 :c:func:`sys_slist_get`. 126 acquired from a free buffers pool by calling :c:func:`net_buf_alloc()`, 128 incremented with :c:func:`net_buf_ref()` or decremented with 129 :c:func:`net_buf_unref()`. When the count drops to zero the buffer is
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | comparator.rst | 43 * ``get_output`` See :c:func:`comparator_get_output` 44 * ``set_trigger`` See :c:func:`comparator_set_trigger` 47 * Set trigger callback using :c:func:`comparator_set_trigger_callback` 49 * Clear trigger callback using :c:func:`comparator_set_trigger_callback` 50 * ``trigger_is_pending`` See :c:func:`comparator_trigger_is_pending`
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | pacs.c | 33 static void pacs_cap_foreach_custom_fake(enum bt_audio_dir dir, bt_pacs_cap_foreach_func_t func, in pacs_cap_foreach_custom_fake() argument 43 if (func(&cap[i], user_data) == false) { in pacs_cap_foreach_custom_fake()
|