Files
loramodem/build/zephyr/misc/generated/syscalls.json
maze 45d1364a71 Add XIAO Wio-SX1262 overlay; support SX12xx bandwidths (including 62.5 kHz) as default
- boards/seeed/xiao_wio_sx1262: add overlay, .conf, board.yml
- app: support full set of SX12xx bandwidths; default BW set to 62 (62.5 kHz)
- Update Kconfig and prj.conf
- Update lora_modem.h/c for validation and mapping
2026-03-26 13:01:47 +01:00

5138 lines
107 KiB
JSON

[
[
[
"void xtensa_user_fault",
"unsigned int reason"
],
"arch.h",
true
],
[
[
"int zephyr_read_stdin",
"char *buf, int nbytes"
],
"libc-hooks.h",
true
],
[
[
"int zephyr_write_stdout",
"const void *buf, int nbytes"
],
"libc-hooks.h",
true
],
[
[
"int zephyr_fputc",
"int c, FILE * stream"
],
"libc-hooks.h",
true
],
[
[
"size_t zephyr_fwrite",
"const void *ZRESTRICT ptr, size_t size, size_t nitems, FILE *ZRESTRICT stream"
],
"libc-hooks.h",
true
],
[
[
"void sys_clock_getrtoffset",
"struct timespec *tp"
],
"clock.h",
true
],
[
[
"int sys_clock_settime",
"int clock_id, const struct timespec *tp"
],
"clock.h",
true
],
[
[
"int sys_clock_nanosleep",
"int clock_id, int flags, const struct timespec *rqtp, struct timespec *rmtp"
],
"clock.h",
true
],
[
[
"int z_sys_mutex_kernel_lock",
"struct sys_mutex *mutex, k_timeout_t timeout"
],
"mutex.h",
true
],
[
[
"int z_sys_mutex_kernel_unlock",
"struct sys_mutex *mutex"
],
"mutex.h",
true
],
[
[
"void z_log_msg_simple_create_0",
"const void *source, uint32_t level, const char *fmt"
],
"log_msg.h",
true
],
[
[
"void z_log_msg_simple_create_1",
"const void *source, uint32_t level, const char *fmt, uint32_t arg"
],
"log_msg.h",
true
],
[
[
"void z_log_msg_simple_create_2",
"const void *source, uint32_t level, const char *fmt, uint32_t arg0, uint32_t arg1"
],
"log_msg.h",
true
],
[
[
"void z_log_msg_static_create",
"const void *source, const struct log_msg_desc desc, uint8_t *package, const void *data"
],
"log_msg.h",
true
],
[
[
"void log_panic",
"void"
],
"log_ctrl.h",
true
],
[
[
"bool log_process",
"void"
],
"log_ctrl.h",
true
],
[
[
"uint32_t log_buffered_cnt",
"void"
],
"log_ctrl.h",
true
],
[
[
"uint32_t log_filter_set",
"struct log_backend const *const backend, uint32_t domain_id, int16_t source_id, uint32_t level"
],
"log_ctrl.h",
true
],
[
[
"uint32_t log_frontend_filter_set",
"int16_t source_id, uint32_t level"
],
"log_ctrl.h",
true
],
[
[
"int gpio_pin_interrupt_configure",
"const struct device *port, gpio_pin_t pin, gpio_flags_t flags"
],
"gpio.h",
true
],
[
[
"int gpio_pin_configure",
"const struct device *port, gpio_pin_t pin, gpio_flags_t flags"
],
"gpio.h",
true
],
[
[
"int gpio_port_get_direction",
"const struct device *port, gpio_port_pins_t map, gpio_port_pins_t *inputs, gpio_port_pins_t *outputs"
],
"gpio.h",
true
],
[
[
"int gpio_pin_get_config",
"const struct device *port, gpio_pin_t pin, gpio_flags_t *flags"
],
"gpio.h",
true
],
[
[
"int gpio_port_get_raw",
"const struct device *port, gpio_port_value_t *value"
],
"gpio.h",
true
],
[
[
"int gpio_port_set_masked_raw",
"const struct device *port, gpio_port_pins_t mask, gpio_port_value_t value"
],
"gpio.h",
true
],
[
[
"int gpio_port_set_bits_raw",
"const struct device *port, gpio_port_pins_t pins"
],
"gpio.h",
true
],
[
[
"int gpio_port_clear_bits_raw",
"const struct device *port, gpio_port_pins_t pins"
],
"gpio.h",
true
],
[
[
"int gpio_port_toggle_bits",
"const struct device *port, gpio_port_pins_t pins"
],
"gpio.h",
true
],
[
[
"int gpio_get_pending_int",
"const struct device *dev"
],
"gpio.h",
true
],
[
[
"int uart_err_check",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"int uart_poll_in",
"const struct device *dev, unsigned char *p_char"
],
"uart.h",
true
],
[
[
"int uart_poll_in_u16",
"const struct device *dev, uint16_t *p_u16"
],
"uart.h",
true
],
[
[
"void uart_poll_out",
"const struct device *dev, unsigned char out_char"
],
"uart.h",
true
],
[
[
"void uart_poll_out_u16",
"const struct device *dev, uint16_t out_u16"
],
"uart.h",
true
],
[
[
"int uart_configure",
"const struct device *dev, const struct uart_config *cfg"
],
"uart.h",
true
],
[
[
"int uart_config_get",
"const struct device *dev, struct uart_config *cfg"
],
"uart.h",
true
],
[
[
"void uart_irq_tx_enable",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"void uart_irq_tx_disable",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"void uart_irq_rx_enable",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"void uart_irq_rx_disable",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"void uart_irq_err_enable",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"void uart_irq_err_disable",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"int uart_irq_is_pending",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"int uart_irq_update",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"int uart_tx",
"const struct device *dev, const uint8_t *buf, size_t len, int32_t timeout"
],
"uart.h",
true
],
[
[
"int uart_tx_u16",
"const struct device *dev, const uint16_t *buf, size_t len, int32_t timeout"
],
"uart.h",
true
],
[
[
"int uart_tx_abort",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"int uart_rx_enable",
"const struct device *dev, uint8_t *buf, size_t len, int32_t timeout"
],
"uart.h",
true
],
[
[
"int uart_rx_enable_u16",
"const struct device *dev, uint16_t *buf, size_t len, int32_t timeout"
],
"uart.h",
true
],
[
[
"int uart_rx_disable",
"const struct device *dev"
],
"uart.h",
true
],
[
[
"int uart_line_ctrl_set",
"const struct device *dev, uint32_t ctrl, uint32_t val"
],
"uart.h",
true
],
[
[
"int uart_line_ctrl_get",
"const struct device *dev, uint32_t ctrl, uint32_t *val"
],
"uart.h",
true
],
[
[
"int uart_drv_cmd",
"const struct device *dev, uint32_t cmd, uint32_t p"
],
"uart.h",
true
],
[
[
"int spi_transceive",
"const struct device *dev, const struct spi_config *config, const struct spi_buf_set *tx_bufs, const struct spi_buf_set *rx_bufs"
],
"spi.h",
true
],
[
[
"int spi_release",
"const struct device *dev, const struct spi_config *config"
],
"spi.h",
true
],
[
[
"const struct device *device_get_binding",
"const char *name"
],
"device.h",
true
],
[
[
"bool device_is_ready",
"const struct device *dev"
],
"device.h",
true
],
[
[
"int device_init",
"const struct device *dev"
],
"device.h",
true
],
[
[
"int device_deinit",
"const struct device *dev"
],
"device.h",
true
],
[
[
"const struct device *device_get_by_dt_nodelabel",
"const char *nodelabel"
],
"device.h",
true
],
[
[
"k_thread_stack_t *k_thread_stack_alloc",
"size_t size, int flags"
],
"kernel.h",
true
],
[
[
"int k_thread_stack_free",
"k_thread_stack_t *stack"
],
"kernel.h",
true
],
[
[
"k_tid_t k_thread_create",
"struct k_thread *new_thread, k_thread_stack_t *stack, size_t stack_size, k_thread_entry_t entry, void *p1, void *p2, void *p3, int prio, uint32_t options, k_timeout_t delay"
],
"kernel.h",
true
],
[
[
"int k_thread_stack_space_get",
"const struct k_thread *thread, size_t *unused_ptr"
],
"kernel.h",
true
],
[
[
"int k_thread_runtime_stack_unused_threshold_pct_set",
"struct k_thread *thread, uint32_t pct"
],
"kernel.h",
true
],
[
[
"int k_thread_runtime_stack_unused_threshold_set",
"struct k_thread *thread, size_t threshold"
],
"kernel.h",
true
],
[
[
"size_t k_thread_runtime_stack_unused_threshold_get",
"struct k_thread *thread"
],
"kernel.h",
true
],
[
[
"int k_thread_join",
"struct k_thread *thread, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int32_t k_sleep",
"k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int32_t k_usleep",
"int32_t us"
],
"kernel.h",
true
],
[
[
"void k_busy_wait",
"uint32_t usec_to_wait"
],
"kernel.h",
true
],
[
[
"void k_yield",
"void"
],
"kernel.h",
true
],
[
[
"void k_wakeup",
"k_tid_t thread"
],
"kernel.h",
true
],
[
[
"k_tid_t k_sched_current_thread_query",
"void"
],
"kernel.h",
true
],
[
[
"void k_thread_abort",
"k_tid_t thread"
],
"kernel.h",
true
],
[
[
"k_ticks_t k_thread_timeout_expires_ticks",
"const struct k_thread *thread"
],
"kernel.h",
true
],
[
[
"k_ticks_t k_thread_timeout_remaining_ticks",
"const struct k_thread *thread"
],
"kernel.h",
true
],
[
[
"int k_thread_priority_get",
"k_tid_t thread"
],
"kernel.h",
true
],
[
[
"void k_thread_priority_set",
"k_tid_t thread, int prio"
],
"kernel.h",
true
],
[
[
"void k_thread_deadline_set",
"k_tid_t thread, int deadline"
],
"kernel.h",
true
],
[
[
"void k_thread_absolute_deadline_set",
"k_tid_t thread, int deadline"
],
"kernel.h",
true
],
[
[
"void k_reschedule",
"void"
],
"kernel.h",
true
],
[
[
"void k_thread_suspend",
"k_tid_t thread"
],
"kernel.h",
true
],
[
[
"void k_thread_resume",
"k_tid_t thread"
],
"kernel.h",
true
],
[
[
"int k_is_preempt_thread",
"void"
],
"kernel.h",
true
],
[
[
"void k_thread_custom_data_set",
"void *value"
],
"kernel.h",
true
],
[
[
"void *k_thread_custom_data_get",
"void"
],
"kernel.h",
true
],
[
[
"int k_thread_name_set",
"k_tid_t thread, const char *str"
],
"kernel.h",
true
],
[
[
"int k_thread_name_copy",
"k_tid_t thread, char *buf, size_t size"
],
"kernel.h",
true
],
[
[
"void k_timer_start",
"struct k_timer *timer, k_timeout_t duration, k_timeout_t period"
],
"kernel.h",
true
],
[
[
"void k_timer_stop",
"struct k_timer *timer"
],
"kernel.h",
true
],
[
[
"uint32_t k_timer_status_get",
"struct k_timer *timer"
],
"kernel.h",
true
],
[
[
"uint32_t k_timer_status_sync",
"struct k_timer *timer"
],
"kernel.h",
true
],
[
[
"k_ticks_t k_timer_expires_ticks",
"const struct k_timer *timer"
],
"kernel.h",
true
],
[
[
"k_ticks_t k_timer_remaining_ticks",
"const struct k_timer *timer"
],
"kernel.h",
true
],
[
[
"void k_timer_user_data_set",
"struct k_timer *timer, void *user_data"
],
"kernel.h",
true
],
[
[
"void *k_timer_user_data_get",
"const struct k_timer *timer"
],
"kernel.h",
true
],
[
[
"int64_t k_uptime_ticks",
"void"
],
"kernel.h",
true
],
[
[
"void k_queue_init",
"struct k_queue *queue"
],
"kernel.h",
true
],
[
[
"void k_queue_cancel_wait",
"struct k_queue *queue"
],
"kernel.h",
true
],
[
[
"int32_t k_queue_alloc_append",
"struct k_queue *queue, void *data"
],
"kernel.h",
true
],
[
[
"int32_t k_queue_alloc_prepend",
"struct k_queue *queue, void *data"
],
"kernel.h",
true
],
[
[
"void *k_queue_get",
"struct k_queue *queue, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int k_queue_is_empty",
"struct k_queue *queue"
],
"kernel.h",
true
],
[
[
"void *k_queue_peek_head",
"struct k_queue *queue"
],
"kernel.h",
true
],
[
[
"void *k_queue_peek_tail",
"struct k_queue *queue"
],
"kernel.h",
true
],
[
[
"int k_futex_wait",
"struct k_futex *futex, int expected, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int k_futex_wake",
"struct k_futex *futex, bool wake_all"
],
"kernel.h",
true
],
[
[
"void k_event_init",
"struct k_event *event"
],
"kernel.h",
true
],
[
[
"uint32_t k_event_post",
"struct k_event *event, uint32_t events"
],
"kernel.h",
true
],
[
[
"uint32_t k_event_set",
"struct k_event *event, uint32_t events"
],
"kernel.h",
true
],
[
[
"uint32_t k_event_set_masked",
"struct k_event *event, uint32_t events, uint32_t events_mask"
],
"kernel.h",
true
],
[
[
"uint32_t k_event_clear",
"struct k_event *event, uint32_t events"
],
"kernel.h",
true
],
[
[
"uint32_t k_event_wait",
"struct k_event *event, uint32_t events, bool reset, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"uint32_t k_event_wait_all",
"struct k_event *event, uint32_t events, bool reset, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"uint32_t k_event_wait_safe",
"struct k_event *event, uint32_t events, bool reset, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"uint32_t k_event_wait_all_safe",
"struct k_event *event, uint32_t events, bool reset, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int32_t k_stack_alloc_init",
"struct k_stack *stack, uint32_t num_entries"
],
"kernel.h",
true
],
[
[
"int k_stack_push",
"struct k_stack *stack, stack_data_t data"
],
"kernel.h",
true
],
[
[
"int k_stack_pop",
"struct k_stack *stack, stack_data_t *data, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int k_mutex_init",
"struct k_mutex *mutex"
],
"kernel.h",
true
],
[
[
"int k_mutex_lock",
"struct k_mutex *mutex, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int k_mutex_unlock",
"struct k_mutex *mutex"
],
"kernel.h",
true
],
[
[
"int k_condvar_init",
"struct k_condvar *condvar"
],
"kernel.h",
true
],
[
[
"int k_condvar_signal",
"struct k_condvar *condvar"
],
"kernel.h",
true
],
[
[
"int k_condvar_broadcast",
"struct k_condvar *condvar"
],
"kernel.h",
true
],
[
[
"int k_condvar_wait",
"struct k_condvar *condvar, struct k_mutex *mutex, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int k_sem_init",
"struct k_sem *sem, unsigned int initial_count, unsigned int limit"
],
"kernel.h",
true
],
[
[
"int k_sem_take",
"struct k_sem *sem, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"void k_sem_give",
"struct k_sem *sem"
],
"kernel.h",
true
],
[
[
"void k_sem_reset",
"struct k_sem *sem"
],
"kernel.h",
true
],
[
[
"unsigned int k_sem_count_get",
"struct k_sem *sem"
],
"kernel.h",
true
],
[
[
"int k_msgq_alloc_init",
"struct k_msgq *msgq, size_t msg_size, uint32_t max_msgs"
],
"kernel.h",
true
],
[
[
"int k_msgq_put",
"struct k_msgq *msgq, const void *data, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int k_msgq_put_front",
"struct k_msgq *msgq, const void *data"
],
"kernel.h",
true
],
[
[
"int k_msgq_get",
"struct k_msgq *msgq, void *data, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int k_msgq_peek",
"struct k_msgq *msgq, void *data"
],
"kernel.h",
true
],
[
[
"int k_msgq_peek_at",
"struct k_msgq *msgq, void *data, uint32_t idx"
],
"kernel.h",
true
],
[
[
"void k_msgq_purge",
"struct k_msgq *msgq"
],
"kernel.h",
true
],
[
[
"uint32_t k_msgq_num_free_get",
"struct k_msgq *msgq"
],
"kernel.h",
true
],
[
[
"void k_msgq_get_attrs",
"struct k_msgq *msgq, struct k_msgq_attrs *attrs"
],
"kernel.h",
true
],
[
[
"uint32_t k_msgq_num_used_get",
"struct k_msgq *msgq"
],
"kernel.h",
true
],
[
[
"void k_pipe_init",
"struct k_pipe *pipe, uint8_t *buffer, size_t buffer_size"
],
"kernel.h",
true
],
[
[
"int k_pipe_write",
"struct k_pipe *pipe, const uint8_t *data, size_t len, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"int k_pipe_read",
"struct k_pipe *pipe, uint8_t *data, size_t len, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"void k_pipe_reset",
"struct k_pipe *pipe"
],
"kernel.h",
true
],
[
[
"void k_pipe_close",
"struct k_pipe *pipe"
],
"kernel.h",
true
],
[
[
"int k_poll",
"struct k_poll_event *events, int num_events, k_timeout_t timeout"
],
"kernel.h",
true
],
[
[
"void k_poll_signal_init",
"struct k_poll_signal *sig"
],
"kernel.h",
true
],
[
[
"void k_poll_signal_reset",
"struct k_poll_signal *sig"
],
"kernel.h",
true
],
[
[
"void k_poll_signal_check",
"struct k_poll_signal *sig, unsigned int *signaled, int *result"
],
"kernel.h",
true
],
[
[
"int k_poll_signal_raise",
"struct k_poll_signal *sig, int result"
],
"kernel.h",
true
],
[
[
"void k_str_out",
"char *c, size_t n"
],
"kernel.h",
true
],
[
[
"int k_float_disable",
"struct k_thread *thread"
],
"kernel.h",
true
],
[
[
"int k_float_enable",
"struct k_thread *thread, unsigned int options"
],
"kernel.h",
true
],
[
[
"void k_object_access_grant",
"const void *object, struct k_thread *thread"
],
"kobject.h",
true
],
[
[
"void k_object_release",
"const void *object"
],
"kobject.h",
true
],
[
[
"int k_object_access_check",
"const void *object"
],
"kobject.h",
true
],
[
[
"void *k_object_alloc",
"enum k_objects otype"
],
"kobject.h",
true
],
[
[
"void *k_object_alloc_size",
"enum k_objects otype, size_t size"
],
"kobject.h",
true
],
[
[
"unsigned int sys_clock_hw_cycles_per_sec_runtime_get",
"void"
],
"time_units.h",
true
],
[
[
"int *z_errno",
"void"
],
"errno_private.h",
true
],
[
[
"int sys_cache_data_flush_range",
"void *addr, size_t size"
],
"cache.h",
false
],
[
[
"int sys_cache_data_invd_range",
"void *addr, size_t size"
],
"cache.h",
false
],
[
[
"int sys_cache_data_flush_and_invd_range",
"void *addr, size_t size"
],
"cache.h",
false
],
[
[
"void user_fault",
"unsigned int reason"
],
"error.h",
false
],
[
[
"int adc_channel_setup",
"const struct device *dev, const struct adc_channel_cfg *channel_cfg"
],
"adc.h",
false
],
[
[
"int adc_read",
"const struct device *dev, const struct adc_sequence *sequence"
],
"adc.h",
false
],
[
[
"int adc_read_async",
"const struct device *dev, const struct adc_sequence *sequence, struct k_poll_signal *async"
],
"adc.h",
false
],
[
[
"int adc_get_decoder",
"const struct device *dev, const struct adc_decoder_api **api"
],
"adc.h",
false
],
[
[
"int auxdisplay_display_on",
"const struct device *dev"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_display_off",
"const struct device *dev"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_cursor_set_enabled",
"const struct device *dev, bool enabled"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_position_blinking_set_enabled",
"const struct device *dev, bool enabled"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_cursor_shift_set",
"const struct device *dev, uint8_t direction, bool display_shift"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_cursor_position_set",
"const struct device *dev, enum auxdisplay_position type, int16_t x, int16_t y"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_cursor_position_get",
"const struct device *dev, int16_t *x, int16_t *y"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_display_position_set",
"const struct device *dev, enum auxdisplay_position type, int16_t x, int16_t y"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_display_position_get",
"const struct device *dev, int16_t *x, int16_t *y"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_capabilities_get",
"const struct device *dev, struct auxdisplay_capabilities *capabilities"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_clear",
"const struct device *dev"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_brightness_get",
"const struct device *dev, uint8_t *brightness"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_brightness_set",
"const struct device *dev, uint8_t brightness"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_backlight_get",
"const struct device *dev, uint8_t *backlight"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_backlight_set",
"const struct device *dev, uint8_t backlight"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_is_busy",
"const struct device *dev"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_custom_character_set",
"const struct device *dev, struct auxdisplay_character *character"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_write",
"const struct device *dev, const uint8_t *data, uint16_t len"
],
"auxdisplay.h",
false
],
[
[
"int auxdisplay_custom_command",
"const struct device *dev, struct auxdisplay_custom_data *data"
],
"auxdisplay.h",
false
],
[
[
"int bbram_check_invalid",
"const struct device *dev"
],
"bbram.h",
false
],
[
[
"int bbram_check_standby_power",
"const struct device *dev"
],
"bbram.h",
false
],
[
[
"int bbram_check_power",
"const struct device *dev"
],
"bbram.h",
false
],
[
[
"int bbram_get_size",
"const struct device *dev, size_t *size"
],
"bbram.h",
false
],
[
[
"int bbram_read",
"const struct device *dev, size_t offset, size_t size, uint8_t *data"
],
"bbram.h",
false
],
[
[
"int bbram_write",
"const struct device *dev, size_t offset, size_t size, const uint8_t *data"
],
"bbram.h",
false
],
[
[
"int biometric_get_capabilities",
"const struct device *dev, struct biometric_capabilities *caps"
],
"biometrics.h",
false
],
[
[
"int biometric_attr_set",
"const struct device *dev, enum biometric_attribute attr, int32_t val"
],
"biometrics.h",
false
],
[
[
"int biometric_attr_get",
"const struct device *dev, enum biometric_attribute attr, int32_t *val"
],
"biometrics.h",
false
],
[
[
"int biometric_enroll_start",
"const struct device *dev, uint16_t template_id"
],
"biometrics.h",
false
],
[
[
"int biometric_enroll_capture",
"const struct device *dev, k_timeout_t timeout, struct biometric_capture_result *result"
],
"biometrics.h",
false
],
[
[
"int biometric_enroll_finalize",
"const struct device *dev"
],
"biometrics.h",
false
],
[
[
"int biometric_enroll_abort",
"const struct device *dev"
],
"biometrics.h",
false
],
[
[
"int biometric_template_store",
"const struct device *dev, uint16_t id, const uint8_t *data, size_t size"
],
"biometrics.h",
false
],
[
[
"int biometric_template_read",
"const struct device *dev, uint16_t id, uint8_t *data, size_t size"
],
"biometrics.h",
false
],
[
[
"int biometric_template_delete",
"const struct device *dev, uint16_t id"
],
"biometrics.h",
false
],
[
[
"int biometric_template_delete_all",
"const struct device *dev"
],
"biometrics.h",
false
],
[
[
"int biometric_template_list",
"const struct device *dev, uint16_t *ids, size_t max_count, size_t *actual_count"
],
"biometrics.h",
false
],
[
[
"int biometric_match",
"const struct device *dev, enum biometric_match_mode mode, uint16_t template_id, k_timeout_t timeout, struct biometric_match_result *result"
],
"biometrics.h",
false
],
[
[
"int biometric_led_control",
"const struct device *dev, enum biometric_led_state state"
],
"biometrics.h",
false
],
[
[
"int can_get_core_clock",
"const struct device *dev, uint32_t *rate"
],
"can.h",
false
],
[
[
"uint32_t can_get_bitrate_min",
"const struct device *dev"
],
"can.h",
false
],
[
[
"uint32_t can_get_bitrate_max",
"const struct device *dev"
],
"can.h",
false
],
[
[
"const struct can_timing *can_get_timing_min",
"const struct device *dev"
],
"can.h",
false
],
[
[
"const struct can_timing *can_get_timing_max",
"const struct device *dev"
],
"can.h",
false
],
[
[
"int can_calc_timing",
"const struct device *dev, struct can_timing *res, uint32_t bitrate, uint16_t sample_pnt"
],
"can.h",
false
],
[
[
"const struct can_timing *can_get_timing_data_min",
"const struct device *dev"
],
"can.h",
false
],
[
[
"const struct can_timing *can_get_timing_data_max",
"const struct device *dev"
],
"can.h",
false
],
[
[
"int can_calc_timing_data",
"const struct device *dev, struct can_timing *res, uint32_t bitrate, uint16_t sample_pnt"
],
"can.h",
false
],
[
[
"int can_set_timing_data",
"const struct device *dev, const struct can_timing *timing_data"
],
"can.h",
false
],
[
[
"int can_set_bitrate_data",
"const struct device *dev, uint32_t bitrate_data"
],
"can.h",
false
],
[
[
"int can_set_timing",
"const struct device *dev, const struct can_timing *timing"
],
"can.h",
false
],
[
[
"int can_get_capabilities",
"const struct device *dev, can_mode_t *cap"
],
"can.h",
false
],
[
[
"const struct device *can_get_transceiver",
"const struct device *dev"
],
"can.h",
false
],
[
[
"int can_start",
"const struct device *dev"
],
"can.h",
false
],
[
[
"int can_stop",
"const struct device *dev"
],
"can.h",
false
],
[
[
"int can_set_mode",
"const struct device *dev, can_mode_t mode"
],
"can.h",
false
],
[
[
"can_mode_t can_get_mode",
"const struct device *dev"
],
"can.h",
false
],
[
[
"int can_set_bitrate",
"const struct device *dev, uint32_t bitrate"
],
"can.h",
false
],
[
[
"int can_send",
"const struct device *dev, const struct can_frame *frame, k_timeout_t timeout, can_tx_callback_t callback, void *user_data"
],
"can.h",
false
],
[
[
"int can_add_rx_filter_msgq",
"const struct device *dev, struct k_msgq *msgq, const struct can_filter *filter"
],
"can.h",
false
],
[
[
"void can_remove_rx_filter",
"const struct device *dev, int filter_id"
],
"can.h",
false
],
[
[
"int can_get_max_filters",
"const struct device *dev, bool ide"
],
"can.h",
false
],
[
[
"int can_get_state",
"const struct device *dev, enum can_state *state, struct can_bus_err_cnt *err_cnt"
],
"can.h",
false
],
[
[
"int can_recover",
"const struct device *dev, k_timeout_t timeout"
],
"can.h",
false
],
[
[
"uint32_t can_stats_get_bit_errors",
"const struct device *dev"
],
"can.h",
false
],
[
[
"uint32_t can_stats_get_bit0_errors",
"const struct device *dev"
],
"can.h",
false
],
[
[
"uint32_t can_stats_get_bit1_errors",
"const struct device *dev"
],
"can.h",
false
],
[
[
"uint32_t can_stats_get_stuff_errors",
"const struct device *dev"
],
"can.h",
false
],
[
[
"uint32_t can_stats_get_crc_errors",
"const struct device *dev"
],
"can.h",
false
],
[
[
"uint32_t can_stats_get_form_errors",
"const struct device *dev"
],
"can.h",
false
],
[
[
"uint32_t can_stats_get_ack_errors",
"const struct device *dev"
],
"can.h",
false
],
[
[
"uint32_t can_stats_get_rx_overruns",
"const struct device *dev"
],
"can.h",
false
],
[
[
"int charger_get_prop",
"const struct device *dev, const charger_prop_t prop, union charger_propval *val"
],
"charger.h",
false
],
[
[
"int charger_set_prop",
"const struct device *dev, const charger_prop_t prop, const union charger_propval *val"
],
"charger.h",
false
],
[
[
"int charger_charge_enable",
"const struct device *dev, const bool enable"
],
"charger.h",
false
],
[
[
"int comparator_get_output",
"const struct device *dev"
],
"comparator.h",
false
],
[
[
"int comparator_set_trigger",
"const struct device *dev, enum comparator_trigger trigger"
],
"comparator.h",
false
],
[
[
"int comparator_trigger_is_pending",
"const struct device *dev"
],
"comparator.h",
false
],
[
[
"bool counter_is_counting_up",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"uint8_t counter_get_num_of_channels",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"uint32_t counter_get_frequency",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"uint64_t counter_get_frequency_64",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"uint32_t counter_us_to_ticks",
"const struct device *dev, uint64_t us"
],
"counter.h",
false
],
[
[
"uint64_t counter_us_to_ticks_64",
"const struct device *dev, uint64_t us"
],
"counter.h",
false
],
[
[
"uint64_t counter_ticks_to_us",
"const struct device *dev, uint32_t ticks"
],
"counter.h",
false
],
[
[
"uint64_t counter_ticks_to_us_64",
"const struct device *dev, uint64_t ticks"
],
"counter.h",
false
],
[
[
"uint32_t counter_ns_to_ticks",
"const struct device *dev, uint64_t ns"
],
"counter.h",
false
],
[
[
"uint64_t counter_ns_to_ticks_64",
"const struct device *dev, uint64_t ns"
],
"counter.h",
false
],
[
[
"uint64_t counter_ticks_to_ns",
"const struct device *dev, uint32_t ticks"
],
"counter.h",
false
],
[
[
"uint64_t counter_ticks_to_ns_64",
"const struct device *dev, uint64_t ticks"
],
"counter.h",
false
],
[
[
"uint32_t counter_get_max_top_value",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"int counter_start",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"int counter_stop",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"int counter_get_value",
"const struct device *dev, uint32_t *ticks"
],
"counter.h",
false
],
[
[
"int counter_reset",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"int counter_set_value",
"const struct device *dev, uint32_t ticks"
],
"counter.h",
false
],
[
[
"int counter_set_channel_alarm",
"const struct device *dev, uint8_t chan_id, const struct counter_alarm_cfg *alarm_cfg"
],
"counter.h",
false
],
[
[
"int counter_cancel_channel_alarm",
"const struct device *dev, uint8_t chan_id"
],
"counter.h",
false
],
[
[
"int counter_set_top_value",
"const struct device *dev, const struct counter_top_cfg *cfg"
],
"counter.h",
false
],
[
[
"int counter_get_pending_int",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"uint32_t counter_get_top_value",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"int counter_set_guard_period",
"const struct device *dev, uint32_t ticks, uint32_t flags"
],
"counter.h",
false
],
[
[
"uint32_t counter_get_guard_period",
"const struct device *dev, uint32_t flags"
],
"counter.h",
false
],
[
[
"uint64_t counter_get_max_top_value_64",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"int counter_set_top_value_64",
"const struct device *dev, const struct counter_top_cfg_64 *cfg"
],
"counter.h",
false
],
[
[
"int counter_set_channel_alarm_64",
"const struct device *dev, uint8_t chan_id, const struct counter_alarm_cfg_64 *alarm_cfg"
],
"counter.h",
false
],
[
[
"uint64_t counter_get_top_value_64",
"const struct device *dev"
],
"counter.h",
false
],
[
[
"int counter_set_guard_period_64",
"const struct device *dev, uint64_t ticks, uint32_t flags"
],
"counter.h",
false
],
[
[
"uint64_t counter_get_guard_period_64",
"const struct device *dev, uint32_t flags"
],
"counter.h",
false
],
[
[
"int counter_get_value_64",
"const struct device *dev, uint64_t *ticks"
],
"counter.h",
false
],
[
[
"int counter_set_value_64",
"const struct device *dev, uint64_t ticks"
],
"counter.h",
false
],
[
[
"int crc_begin",
"const struct device *dev, struct crc_ctx *ctx"
],
"crc.h",
false
],
[
[
"int crc_update",
"const struct device *dev, struct crc_ctx *ctx, const void *buffer, size_t bufsize"
],
"crc.h",
false
],
[
[
"int crc_finish",
"const struct device *dev, struct crc_ctx *ctx"
],
"crc.h",
false
],
[
[
"int dac_channel_setup",
"const struct device *dev, const struct dac_channel_cfg *channel_cfg"
],
"dac.h",
false
],
[
[
"int dac_write_value",
"const struct device *dev, uint8_t channel, uint32_t value"
],
"dac.h",
false
],
[
[
"int dai_probe",
"const struct device *dev"
],
"dai.h",
false
],
[
[
"int dai_remove",
"const struct device *dev"
],
"dai.h",
false
],
[
[
"int dai_config_set",
"const struct device *dev, const struct dai_config *cfg, const void *bespoke_cfg, size_t size"
],
"dai.h",
false
],
[
[
"int dai_config_get",
"const struct device *dev, struct dai_config *cfg, enum dai_dir dir"
],
"dai.h",
false
],
[
[
"int dai_get_properties_copy",
"const struct device *dev, enum dai_dir dir, int stream_id, struct dai_properties *dst"
],
"dai.h",
false
],
[
[
"int dai_trigger",
"const struct device *dev, enum dai_dir dir, enum dai_trigger_cmd cmd"
],
"dai.h",
false
],
[
[
"int dai_ts_config",
"const struct device *dev, struct dai_ts_cfg *cfg"
],
"dai.h",
false
],
[
[
"int dai_ts_start",
"const struct device *dev, struct dai_ts_cfg *cfg"
],
"dai.h",
false
],
[
[
"int dai_ts_stop",
"const struct device *dev, struct dai_ts_cfg *cfg"
],
"dai.h",
false
],
[
[
"int dai_ts_get",
"const struct device *dev, struct dai_ts_cfg *cfg, struct dai_ts_data *tsd"
],
"dai.h",
false
],
[
[
"int dai_config_update",
"const struct device *dev, const void *bespoke_cfg, size_t size"
],
"dai.h",
false
],
[
[
"int eeprom_read",
"const struct device *dev, off_t offset, void *data, size_t len"
],
"eeprom.h",
false
],
[
[
"int eeprom_write",
"const struct device *dev, off_t offset, const void *data, size_t len"
],
"eeprom.h",
false
],
[
[
"size_t eeprom_get_size",
"const struct device *dev"
],
"eeprom.h",
false
],
[
[
"int emul_fuel_gauge_set_battery_charging",
"const struct emul *target, uint32_t uV, int uA"
],
"emul_fuel_gauge.h",
false
],
[
[
"int emul_fuel_gauge_is_battery_cutoff",
"const struct emul *target, bool *cutoff"
],
"emul_fuel_gauge.h",
false
],
[
[
"int entropy_get_entropy",
"const struct device *dev, uint8_t *buffer, uint16_t length"
],
"entropy.h",
false
],
[
[
"int espi_config",
"const struct device *dev, struct espi_cfg *cfg"
],
"espi.h",
false
],
[
[
"bool espi_get_channel_status",
"const struct device *dev, enum espi_channel ch"
],
"espi.h",
false
],
[
[
"int espi_read_request",
"const struct device *dev, struct espi_request_packet *req"
],
"espi.h",
false
],
[
[
"int espi_write_request",
"const struct device *dev, struct espi_request_packet *req"
],
"espi.h",
false
],
[
[
"int espi_read_lpc_request",
"const struct device *dev, enum lpc_peripheral_opcode op, uint32_t *data"
],
"espi.h",
false
],
[
[
"int espi_write_lpc_request",
"const struct device *dev, enum lpc_peripheral_opcode op, uint32_t *data"
],
"espi.h",
false
],
[
[
"int espi_send_vwire",
"const struct device *dev, enum espi_vwire_signal signal, uint8_t level"
],
"espi.h",
false
],
[
[
"int espi_receive_vwire",
"const struct device *dev, enum espi_vwire_signal signal, uint8_t *level"
],
"espi.h",
false
],
[
[
"int espi_send_oob",
"const struct device *dev, struct espi_oob_packet *pckt"
],
"espi.h",
false
],
[
[
"int espi_receive_oob",
"const struct device *dev, struct espi_oob_packet *pckt"
],
"espi.h",
false
],
[
[
"int espi_read_flash",
"const struct device *dev, struct espi_flash_packet *pckt"
],
"espi.h",
false
],
[
[
"int espi_write_flash",
"const struct device *dev, struct espi_flash_packet *pckt"
],
"espi.h",
false
],
[
[
"int espi_flash_erase",
"const struct device *dev, struct espi_flash_packet *pckt"
],
"espi.h",
false
],
[
[
"int espi_saf_config",
"const struct device *dev, const struct espi_saf_cfg *cfg"
],
"espi_saf.h",
false
],
[
[
"int espi_saf_set_protection_regions",
" const struct device *dev, const struct espi_saf_protection *pr"
],
"espi_saf.h",
false
],
[
[
"int espi_saf_activate",
"const struct device *dev"
],
"espi_saf.h",
false
],
[
[
"bool espi_saf_get_channel_status",
"const struct device *dev"
],
"espi_saf.h",
false
],
[
[
"int espi_saf_flash_read",
"const struct device *dev, struct espi_saf_packet *pckt"
],
"espi_saf.h",
false
],
[
[
"int espi_saf_flash_write",
"const struct device *dev, struct espi_saf_packet *pckt"
],
"espi_saf.h",
false
],
[
[
"int espi_saf_flash_erase",
"const struct device *dev, struct espi_saf_packet *pckt"
],
"espi_saf.h",
false
],
[
[
"int espi_saf_flash_unsuccess",
"const struct device *dev, struct espi_saf_packet *pckt"
],
"espi_saf.h",
false
],
[
[
"int flash_read",
"const struct device *dev, off_t offset, void *data, size_t len"
],
"flash.h",
false
],
[
[
"int flash_write",
"const struct device *dev, off_t offset, const void *data, size_t len"
],
"flash.h",
false
],
[
[
"int flash_erase",
"const struct device *dev, off_t offset, size_t size"
],
"flash.h",
false
],
[
[
"int flash_get_size",
"const struct device *dev, uint64_t *size"
],
"flash.h",
false
],
[
[
"int flash_fill",
"const struct device *dev, uint8_t val, off_t offset, size_t size"
],
"flash.h",
false
],
[
[
"int flash_flatten",
"const struct device *dev, off_t offset, size_t size"
],
"flash.h",
false
],
[
[
"int flash_get_page_info_by_offs",
"const struct device *dev, off_t offset, struct flash_pages_info *info"
],
"flash.h",
false
],
[
[
"int flash_get_page_info_by_idx",
"const struct device *dev, uint32_t page_index, struct flash_pages_info *info"
],
"flash.h",
false
],
[
[
"size_t flash_get_page_count",
"const struct device *dev"
],
"flash.h",
false
],
[
[
"int flash_sfdp_read",
"const struct device *dev, off_t offset, void *data, size_t len"
],
"flash.h",
false
],
[
[
"int flash_read_jedec_id",
"const struct device *dev, uint8_t *id"
],
"flash.h",
false
],
[
[
"size_t flash_get_write_block_size",
"const struct device *dev"
],
"flash.h",
false
],
[
[
"const struct flash_parameters *flash_get_parameters",
"const struct device *dev"
],
"flash.h",
false
],
[
[
"int flash_ex_op",
"const struct device *dev, uint16_t code, const uintptr_t in, void *out"
],
"flash.h",
false
],
[
[
"int flash_copy",
"const struct device *src_dev, off_t src_offset, const struct device *dst_dev, off_t dst_offset, off_t size, uint8_t *buf, size_t buf_size"
],
"flash.h",
false
],
[
[
"int fuel_gauge_get_prop",
"const struct device *dev, fuel_gauge_prop_t prop, union fuel_gauge_prop_val *val"
],
"fuel_gauge.h",
false
],
[
[
"int fuel_gauge_get_props",
"const struct device *dev, const fuel_gauge_prop_t *props, union fuel_gauge_prop_val *vals, size_t len"
],
"fuel_gauge.h",
false
],
[
[
"int fuel_gauge_set_prop",
"const struct device *dev, fuel_gauge_prop_t prop, union fuel_gauge_prop_val val"
],
"fuel_gauge.h",
false
],
[
[
"int fuel_gauge_set_props",
"const struct device *dev, const fuel_gauge_prop_t *props, const union fuel_gauge_prop_val *vals, size_t len"
],
"fuel_gauge.h",
false
],
[
[
"int fuel_gauge_get_buffer_prop",
"const struct device *dev, fuel_gauge_prop_t prop_type, void *dst, size_t dst_len"
],
"fuel_gauge.h",
false
],
[
[
"int fuel_gauge_battery_cutoff",
"const struct device *dev"
],
"fuel_gauge.h",
false
],
[
[
"int gnss_set_fix_rate",
"const struct device *dev, uint32_t fix_interval_ms"
],
"gnss.h",
false
],
[
[
"int gnss_get_fix_rate",
"const struct device *dev, uint32_t *fix_interval_ms"
],
"gnss.h",
false
],
[
[
"int gnss_set_navigation_mode",
"const struct device *dev, enum gnss_navigation_mode mode"
],
"gnss.h",
false
],
[
[
"int gnss_get_navigation_mode",
"const struct device *dev, enum gnss_navigation_mode *mode"
],
"gnss.h",
false
],
[
[
"int gnss_set_enabled_systems",
"const struct device *dev, gnss_systems_t systems"
],
"gnss.h",
false
],
[
[
"int gnss_get_enabled_systems",
"const struct device *dev, gnss_systems_t *systems"
],
"gnss.h",
false
],
[
[
"int gnss_get_supported_systems",
"const struct device *dev, gnss_systems_t *systems"
],
"gnss.h",
false
],
[
[
"int gnss_get_latest_timepulse",
"const struct device *dev, k_ticks_t *timestamp"
],
"gnss.h",
false
],
[
[
"int haptics_start_output",
"const struct device *dev"
],
"haptics.h",
false
],
[
[
"int haptics_stop_output",
"const struct device *dev"
],
"haptics.h",
false
],
[
[
"ssize_t hwinfo_get_device_id",
"uint8_t *buffer, size_t length"
],
"hwinfo.h",
false
],
[
[
"int hwinfo_get_device_eui64",
"uint8_t *buffer"
],
"hwinfo.h",
false
],
[
[
"int hwinfo_get_reset_cause",
"uint32_t *cause"
],
"hwinfo.h",
false
],
[
[
"int hwinfo_clear_reset_cause",
"void"
],
"hwinfo.h",
false
],
[
[
"int hwinfo_get_supported_reset_cause",
"uint32_t *supported"
],
"hwinfo.h",
false
],
[
[
"int i2c_configure",
"const struct device *dev, uint32_t dev_config"
],
"i2c.h",
false
],
[
[
"int i2c_get_config",
"const struct device *dev, uint32_t *dev_config"
],
"i2c.h",
false
],
[
[
"int i2c_transfer",
"const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, uint16_t addr"
],
"i2c.h",
false
],
[
[
"int i2c_recover_bus",
"const struct device *dev"
],
"i2c.h",
false
],
[
[
"int i2c_target_driver_register",
"const struct device *dev"
],
"i2c.h",
false
],
[
[
"int i2c_target_driver_unregister",
"const struct device *dev"
],
"i2c.h",
false
],
[
[
"int i2s_configure",
"const struct device *dev, enum i2s_dir dir, const struct i2s_config *cfg"
],
"i2s.h",
false
],
[
[
"int i2s_buf_read",
"const struct device *dev, void *buf, size_t *size"
],
"i2s.h",
false
],
[
[
"int i2s_buf_write",
"const struct device *dev, void *buf, size_t size"
],
"i2s.h",
false
],
[
[
"int i2s_trigger",
"const struct device *dev, enum i2s_dir dir, enum i2s_trigger_cmd cmd"
],
"i2s.h",
false
],
[
[
"int i3c_do_ccc",
"const struct device *dev, struct i3c_ccc_payload *payload"
],
"i3c.h",
false
],
[
[
"int i3c_transfer",
"struct i3c_device_desc *target, struct i3c_msg *msgs, uint8_t num_msgs"
],
"i3c.h",
false
],
[
[
"int ipm_send",
"const struct device *ipmdev, int wait, uint32_t id, const void *data, int size"
],
"ipm.h",
false
],
[
[
"int ipm_max_data_size_get",
"const struct device *ipmdev"
],
"ipm.h",
false
],
[
[
"uint32_t ipm_max_id_val_get",
"const struct device *ipmdev"
],
"ipm.h",
false
],
[
[
"int ipm_set_enabled",
"const struct device *ipmdev, int enable"
],
"ipm.h",
false
],
[
[
"void ipm_complete",
"const struct device *ipmdev"
],
"ipm.h",
false
],
[
[
"int led_blink",
"const struct device *dev, uint32_t led, uint32_t delay_on, uint32_t delay_off"
],
"led.h",
false
],
[
[
"int led_get_info",
"const struct device *dev, uint32_t led, const struct led_info **info"
],
"led.h",
false
],
[
[
"int led_set_brightness",
"const struct device *dev, uint32_t led, uint8_t value"
],
"led.h",
false
],
[
[
"int led_write_channels",
"const struct device *dev, uint32_t start_channel, uint32_t num_channels, const uint8_t *buf"
],
"led.h",
false
],
[
[
"int led_set_channel",
"const struct device *dev, uint32_t channel, uint8_t value"
],
"led.h",
false
],
[
[
"int led_set_color",
"const struct device *dev, uint32_t led, uint8_t num_colors, const uint8_t *color"
],
"led.h",
false
],
[
[
"int led_on",
"const struct device *dev, uint32_t led"
],
"led.h",
false
],
[
[
"int led_off",
"const struct device *dev, uint32_t led"
],
"led.h",
false
],
[
[
"int mbox_send",
"const struct device *dev, mbox_channel_id_t channel_id, const struct mbox_msg *msg"
],
"mbox.h",
false
],
[
[
"int mbox_mtu_get",
"const struct device *dev"
],
"mbox.h",
false
],
[
[
"int mbox_set_enabled",
"const struct device *dev, mbox_channel_id_t channel_id, bool enabled"
],
"mbox.h",
false
],
[
[
"uint32_t mbox_max_channels_get",
"const struct device *dev"
],
"mbox.h",
false
],
[
[
"int mdio_read",
"const struct device *dev, uint8_t prtad, uint8_t regad, uint16_t *data"
],
"mdio.h",
false
],
[
[
"int mdio_write",
"const struct device *dev, uint8_t prtad, uint8_t regad, uint16_t data"
],
"mdio.h",
false
],
[
[
"int mdio_read_c45",
"const struct device *dev, uint8_t prtad, uint8_t devad, uint16_t regad, uint16_t *data"
],
"mdio.h",
false
],
[
[
"int mdio_write_c45",
"const struct device *dev, uint8_t prtad, uint8_t devad, uint16_t regad, uint16_t data"
],
"mdio.h",
false
],
[
[
"int mspi_config",
"const struct mspi_dt_spec *spec"
],
"mspi.h",
false
],
[
[
"int mspi_dev_config",
"const struct device *controller, const struct mspi_dev_id *dev_id, const enum mspi_dev_cfg_mask param_mask, const struct mspi_dev_cfg *cfg"
],
"mspi.h",
false
],
[
[
"int mspi_get_channel_status",
"const struct device *controller, uint8_t ch"
],
"mspi.h",
false
],
[
[
"int mspi_transceive",
"const struct device *controller, const struct mspi_dev_id *dev_id, const struct mspi_xfer *req"
],
"mspi.h",
false
],
[
[
"int mspi_xip_config",
"const struct device *controller, const struct mspi_dev_id *dev_id, const struct mspi_xip_cfg *cfg"
],
"mspi.h",
false
],
[
[
"int mspi_scramble_config",
"const struct device *controller, const struct mspi_dev_id *dev_id, const struct mspi_scramble_cfg *cfg"
],
"mspi.h",
false
],
[
[
"int mspi_timing_config",
"const struct device *controller, const struct mspi_dev_id *dev_id, const uint32_t param_mask, void *cfg"
],
"mspi.h",
false
],
[
[
"int opamp_set_gain",
"const struct device *dev, enum opamp_gain gain"
],
"opamp.h",
false
],
[
[
"int otp_read",
"const struct device *dev, off_t offset, void *data, size_t len"
],
"otp.h",
false
],
[
[
"int otp_program",
"const struct device *dev, off_t offset, const void *data, size_t len"
],
"otp.h",
false
],
[
[
"int peci_config",
"const struct device *dev, uint32_t bitrate"
],
"peci.h",
false
],
[
[
"int peci_enable",
"const struct device *dev"
],
"peci.h",
false
],
[
[
"int peci_disable",
"const struct device *dev"
],
"peci.h",
false
],
[
[
"int peci_transfer",
"const struct device *dev, struct peci_msg *msg"
],
"peci.h",
false
],
[
[
"int ps2_config",
"const struct device *dev, ps2_callback_t callback_isr"
],
"ps2.h",
false
],
[
[
"int ps2_write",
"const struct device *dev, uint8_t value"
],
"ps2.h",
false
],
[
[
"int ps2_read",
"const struct device *dev, uint8_t *value"
],
"ps2.h",
false
],
[
[
"int ps2_enable_callback",
"const struct device *dev"
],
"ps2.h",
false
],
[
[
"int ps2_disable_callback",
"const struct device *dev"
],
"ps2.h",
false
],
[
[
"int ptp_clock_get",
"const struct device *dev, struct net_ptp_time *tm"
],
"ptp_clock.h",
false
],
[
[
"int pwm_set_cycles",
"const struct device *dev, uint32_t channel, uint32_t period, uint32_t pulse, pwm_flags_t flags"
],
"pwm.h",
false
],
[
[
"int pwm_get_cycles_per_sec",
"const struct device *dev, uint32_t channel, uint64_t *cycles"
],
"pwm.h",
false
],
[
[
"int pwm_enable_capture",
"const struct device *dev, uint32_t channel"
],
"pwm.h",
false
],
[
[
"int pwm_disable_capture",
"const struct device *dev, uint32_t channel"
],
"pwm.h",
false
],
[
[
"int pwm_enable_dma",
"const struct device *dev, uint32_t channel"
],
"pwm.h",
false
],
[
[
"int pwm_disable_dma",
"const struct device *dev, uint32_t channel"
],
"pwm.h",
false
],
[
[
"int pwm_capture_cycles",
"const struct device *dev, uint32_t channel, pwm_flags_t flags, uint32_t *period, uint32_t *pulse, k_timeout_t timeout"
],
"pwm.h",
false
],
[
[
"int reset_status",
"const struct device *dev, uint32_t id, uint8_t *status"
],
"reset.h",
false
],
[
[
"int reset_line_assert",
"const struct device *dev, uint32_t id"
],
"reset.h",
false
],
[
[
"int reset_line_deassert",
"const struct device *dev, uint32_t id"
],
"reset.h",
false
],
[
[
"int reset_line_toggle",
"const struct device *dev, uint32_t id"
],
"reset.h",
false
],
[
[
"ssize_t retained_mem_size",
"const struct device *dev"
],
"retained_mem.h",
false
],
[
[
"int retained_mem_read",
"const struct device *dev, off_t offset, uint8_t *buffer, size_t size"
],
"retained_mem.h",
false
],
[
[
"int retained_mem_write",
"const struct device *dev, off_t offset, const uint8_t *buffer, size_t size"
],
"retained_mem.h",
false
],
[
[
"int retained_mem_clear",
"const struct device *dev"
],
"retained_mem.h",
false
],
[
[
"int rtc_set_time",
"const struct device *dev, const struct rtc_time *timeptr"
],
"rtc.h",
false
],
[
[
"int rtc_get_time",
"const struct device *dev, struct rtc_time *timeptr"
],
"rtc.h",
false
],
[
[
"int rtc_alarm_get_supported_fields",
"const struct device *dev, uint16_t id, uint16_t *mask"
],
"rtc.h",
false
],
[
[
"int rtc_alarm_set_time",
"const struct device *dev, uint16_t id, uint16_t mask, const struct rtc_time *timeptr"
],
"rtc.h",
false
],
[
[
"int rtc_alarm_get_time",
"const struct device *dev, uint16_t id, uint16_t *mask, struct rtc_time *timeptr"
],
"rtc.h",
false
],
[
[
"int rtc_alarm_is_pending",
"const struct device *dev, uint16_t id"
],
"rtc.h",
false
],
[
[
"int rtc_set_calibration",
"const struct device *dev, int32_t calibration"
],
"rtc.h",
false
],
[
[
"int rtc_get_calibration",
"const struct device *dev, int32_t *calibration"
],
"rtc.h",
false
],
[
[
"int sdhc_hw_reset",
"const struct device *dev"
],
"sdhc.h",
false
],
[
[
"int sdhc_request",
"const struct device *dev, struct sdhc_command *cmd, struct sdhc_data *data"
],
"sdhc.h",
false
],
[
[
"int sdhc_set_io",
"const struct device *dev, struct sdhc_io *io"
],
"sdhc.h",
false
],
[
[
"int sdhc_card_present",
"const struct device *dev"
],
"sdhc.h",
false
],
[
[
"int sdhc_execute_tuning",
"const struct device *dev"
],
"sdhc.h",
false
],
[
[
"int sdhc_card_busy",
"const struct device *dev"
],
"sdhc.h",
false
],
[
[
"int sdhc_get_host_props",
"const struct device *dev, struct sdhc_host_props *props"
],
"sdhc.h",
false
],
[
[
"int sdhc_enable_interrupt",
"const struct device *dev, sdhc_interrupt_cb_t callback, int sources, void *user_data"
],
"sdhc.h",
false
],
[
[
"int sdhc_disable_interrupt",
"const struct device *dev, int sources"
],
"sdhc.h",
false
],
[
[
"int sensor_attr_set",
"const struct device *dev, enum sensor_channel chan, enum sensor_attribute attr, const struct sensor_value *val"
],
"sensor.h",
false
],
[
[
"int sensor_attr_get",
"const struct device *dev, enum sensor_channel chan, enum sensor_attribute attr, struct sensor_value *val"
],
"sensor.h",
false
],
[
[
"int sensor_sample_fetch",
"const struct device *dev"
],
"sensor.h",
false
],
[
[
"int sensor_sample_fetch_chan",
"const struct device *dev, enum sensor_channel type"
],
"sensor.h",
false
],
[
[
"int sensor_channel_get",
"const struct device *dev, enum sensor_channel chan, struct sensor_value *val"
],
"sensor.h",
false
],
[
[
"int sensor_get_decoder",
"const struct device *dev, const struct sensor_decoder_api **decoder"
],
"sensor.h",
false
],
[
[
"int sensor_reconfigure_read_iodev",
"const struct rtio_iodev *iodev, const struct device *sensor, const struct sensor_chan_spec *channels, size_t num_channels"
],
"sensor.h",
false
],
[
[
"int smbus_configure",
"const struct device *dev, uint32_t dev_config"
],
"smbus.h",
false
],
[
[
"int smbus_get_config",
"const struct device *dev, uint32_t *dev_config"
],
"smbus.h",
false
],
[
[
"int smbus_smbalert_remove_cb",
"const struct device *dev, struct smbus_callback *cb"
],
"smbus.h",
false
],
[
[
"int smbus_host_notify_remove_cb",
"const struct device *dev, struct smbus_callback *cb"
],
"smbus.h",
false
],
[
[
"int smbus_quick",
"const struct device *dev, uint16_t addr, enum smbus_direction direction"
],
"smbus.h",
false
],
[
[
"int smbus_byte_write",
"const struct device *dev, uint16_t addr, uint8_t byte"
],
"smbus.h",
false
],
[
[
"int smbus_byte_read",
"const struct device *dev, uint16_t addr, uint8_t *byte"
],
"smbus.h",
false
],
[
[
"int smbus_byte_data_write",
"const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t byte"
],
"smbus.h",
false
],
[
[
"int smbus_byte_data_read",
"const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t *byte"
],
"smbus.h",
false
],
[
[
"int smbus_word_data_write",
"const struct device *dev, uint16_t addr, uint8_t cmd, uint16_t word"
],
"smbus.h",
false
],
[
[
"int smbus_word_data_read",
"const struct device *dev, uint16_t addr, uint8_t cmd, uint16_t *word"
],
"smbus.h",
false
],
[
[
"int smbus_pcall",
"const struct device *dev, uint16_t addr, uint8_t cmd, uint16_t send_word, uint16_t *recv_word"
],
"smbus.h",
false
],
[
[
"int smbus_block_write",
"const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t count, uint8_t *buf"
],
"smbus.h",
false
],
[
[
"int smbus_block_read",
"const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t *count, uint8_t *buf"
],
"smbus.h",
false
],
[
[
"int smbus_block_pcall",
"const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t snd_count, uint8_t *snd_buf, uint8_t *rcv_count, uint8_t *rcv_buf"
],
"smbus.h",
false
],
[
[
"int swdp_output_sequence",
"const struct device *dev, const uint32_t count, const uint8_t *const data"
],
"swdp.h",
false
],
[
[
"int swdp_input_sequence",
"const struct device *dev, const uint32_t count, uint8_t *const buf"
],
"swdp.h",
false
],
[
[
"int swdp_transfer",
"const struct device *dev, const uint8_t request, uint32_t *const data, const uint8_t idle_cycles, uint8_t *const response"
],
"swdp.h",
false
],
[
[
"int swdp_set_pins",
"const struct device *dev, const uint8_t pins, const uint8_t value"
],
"swdp.h",
false
],
[
[
"int swdp_get_pins",
"const struct device *dev, uint8_t *const state"
],
"swdp.h",
false
],
[
[
"int swdp_set_clock",
"const struct device *dev, const uint32_t clock"
],
"swdp.h",
false
],
[
[
"int swdp_port_on",
"const struct device *dev"
],
"swdp.h",
false
],
[
[
"int swdp_port_off",
"const struct device *dev"
],
"swdp.h",
false
],
[
[
"int swdp_configure",
"const struct device *dev, const uint8_t turnaround, const bool data_phase"
],
"swdp.h",
false
],
[
[
"int syscon_get_base",
"const struct device *dev, uintptr_t *addr"
],
"syscon.h",
false
],
[
[
"int syscon_read_reg",
"const struct device *dev, uint16_t reg, uint32_t *val"
],
"syscon.h",
false
],
[
[
"int syscon_write_reg",
"const struct device *dev, uint16_t reg, uint32_t val"
],
"syscon.h",
false
],
[
[
"int syscon_get_size",
"const struct device *dev, size_t *size"
],
"syscon.h",
false
],
[
[
"int tee_get_version",
"const struct device *dev, struct tee_version_info *info"
],
"tee.h",
false
],
[
[
"int tee_open_session",
"const struct device *dev, struct tee_open_session_arg *arg, unsigned int num_param, struct tee_param *param, uint32_t *session_id"
],
"tee.h",
false
],
[
[
"int tee_close_session",
"const struct device *dev, uint32_t session_id"
],
"tee.h",
false
],
[
[
"int tee_cancel",
"const struct device *dev, uint32_t session_id, uint32_t cancel_id"
],
"tee.h",
false
],
[
[
"int tee_invoke_func",
"const struct device *dev, struct tee_invoke_func_arg *arg, unsigned int num_param, struct tee_param *param"
],
"tee.h",
false
],
[
[
"int tee_shm_register",
"const struct device *dev, void *addr, size_t size, uint32_t flags, struct tee_shm **shm"
],
"tee.h",
false
],
[
[
"int tee_shm_unregister",
"const struct device *dev, struct tee_shm *shm"
],
"tee.h",
false
],
[
[
"int tee_shm_alloc",
"const struct device *dev, size_t size, uint32_t flags, struct tee_shm **shm"
],
"tee.h",
false
],
[
[
"int tee_shm_free",
"const struct device *dev, struct tee_shm *shm"
],
"tee.h",
false
],
[
[
"int tee_suppl_recv",
"const struct device *dev, uint32_t *func, unsigned int *num_params, struct tee_param *param"
],
"tee.h",
false
],
[
[
"int tee_suppl_send",
"const struct device *dev, unsigned int ret, unsigned int num_params, struct tee_param *param"
],
"tee.h",
false
],
[
[
"int w1_change_bus_lock",
"const struct device *dev, bool lock"
],
"w1.h",
false
],
[
[
"int w1_reset_bus",
"const struct device *dev"
],
"w1.h",
false
],
[
[
"int w1_read_bit",
"const struct device *dev"
],
"w1.h",
false
],
[
[
"int w1_write_bit",
"const struct device *dev, const bool bit"
],
"w1.h",
false
],
[
[
"int w1_read_byte",
"const struct device *dev"
],
"w1.h",
false
],
[
[
"int w1_write_byte",
"const struct device *dev, uint8_t byte"
],
"w1.h",
false
],
[
[
"int w1_read_block",
"const struct device *dev, uint8_t *buffer, size_t len"
],
"w1.h",
false
],
[
[
"int w1_write_block",
"const struct device *dev, const uint8_t *buffer, size_t len"
],
"w1.h",
false
],
[
[
"size_t w1_get_slave_count",
"const struct device *dev"
],
"w1.h",
false
],
[
[
"int w1_configure",
"const struct device *dev, enum w1_settings_type type, uint32_t value"
],
"w1.h",
false
],
[
[
"int w1_search_bus",
"const struct device *dev, uint8_t command, uint8_t family, w1_search_callback_t callback, void *user_data"
],
"w1.h",
false
],
[
[
"int wdt_setup",
"const struct device *dev, uint8_t options"
],
"watchdog.h",
false
],
[
[
"int wdt_disable",
"const struct device *dev"
],
"watchdog.h",
false
],
[
[
"int wdt_feed",
"const struct device *dev, int channel_id"
],
"watchdog.h",
false
],
[
[
"const struct flash_simulator_params *flash_simulator_get_params",
"const struct device *dev"
],
"flash_simulator.h",
false
],
[
[
"void flash_simulator_set_callbacks",
"const struct device *dev, const struct flash_simulator_cb *cb"
],
"flash_simulator.h",
false
],
[
[
"void *flash_simulator_get_memory",
"const struct device *dev, size_t *mock_size"
],
"flash_simulator.h",
false
],
[
[
"void nrf_qspi_nor_xip_enable",
"const struct device *dev, bool enable"
],
"nrf_qspi_nor.h",
false
],
[
[
"int devmux_select_get",
"const struct device *dev"
],
"devmux.h",
false
],
[
[
"int devmux_select_set",
"struct device *dev, size_t index"
],
"devmux.h",
false
],
[
[
"int renesas_elc_software_event_generate",
"const struct device *dev, uint32_t event"
],
"renesas_elc.h",
false
],
[
[
"int renesas_elc_link_set",
"const struct device *dev, uint32_t peripheral, uint32_t event"
],
"renesas_elc.h",
false
],
[
[
"int renesas_elc_link_break",
"const struct device *dev, uint32_t peripheral"
],
"renesas_elc.h",
false
],
[
[
"int renesas_elc_enable",
"const struct device *dev"
],
"renesas_elc.h",
false
],
[
[
"int renesas_elc_disable",
"const struct device *dev"
],
"renesas_elc.h",
false
],
[
[
"int tgpio_port_get_time",
"const struct device *dev, uint64_t *current_time"
],
"timeaware_gpio.h",
false
],
[
[
"int tgpio_port_get_cycles_per_second",
"const struct device *dev, uint32_t *cycles"
],
"timeaware_gpio.h",
false
],
[
[
"int tgpio_pin_disable",
"const struct device *dev, uint32_t pin"
],
"timeaware_gpio.h",
false
],
[
[
"int tgpio_pin_config_ext_timestamp",
"const struct device *dev, uint32_t pin, uint32_t event_polarity"
],
"timeaware_gpio.h",
false
],
[
[
"int tgpio_pin_periodic_output",
"const struct device *dev, uint32_t pin, uint64_t start_time, uint64_t repeat_interval, bool periodic_enable"
],
"timeaware_gpio.h",
false
],
[
[
"int tgpio_pin_read_ts_ec",
"const struct device *dev, uint32_t pin, uint64_t *timestamp, uint64_t *event_count"
],
"timeaware_gpio.h",
false
],
[
[
"int psi5_start_sync",
"const struct device *dev, uint8_t channel"
],
"psi5.h",
false
],
[
[
"int psi5_stop_sync",
"const struct device *dev, uint8_t channel"
],
"psi5.h",
false
],
[
[
"int psi5_send",
"const struct device *dev, uint8_t channel, const uint64_t data, k_timeout_t timeout, psi5_tx_callback_t callback, void *user_data"
],
"psi5.h",
false
],
[
[
"int psi5_register_callback",
"const struct device *dev, uint8_t channel, struct psi5_rx_callback_configs callback_configs"
],
"psi5.h",
false
],
[
[
"int maxim_ds3231_req_syncpoint",
"const struct device *dev, struct k_poll_signal *signal"
],
"maxim_ds3231.h",
false
],
[
[
"int maxim_ds3231_get_syncpoint",
"const struct device *dev, struct maxim_ds3231_syncpoint *syncpoint"
],
"maxim_ds3231.h",
false
],
[
[
"int sent_start_listening",
"const struct device *dev, uint8_t channel"
],
"sent.h",
false
],
[
[
"int sent_stop_listening",
"const struct device *dev, uint8_t channel"
],
"sent.h",
false
],
[
[
"int sent_register_callback",
"const struct device *dev, uint8_t channel, struct sent_rx_callback_configs callback_configs"
],
"sent.h",
false
],
[
[
"void sip_supervisory_call",
"const struct device *dev, unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, struct arm_smccc_res *res"
],
"sip_svc_driver.h",
false
],
[
[
"bool sip_svc_plat_func_id_valid",
"const struct device *dev, uint32_t command, uint32_t func_id"
],
"sip_svc_driver.h",
false
],
[
[
"uint32_t sip_svc_plat_format_trans_id",
"const struct device *dev, uint32_t client_idx, uint32_t trans_idx"
],
"sip_svc_driver.h",
false
],
[
[
"uint32_t sip_svc_plat_get_trans_idx",
"const struct device *dev, uint32_t trans_id"
],
"sip_svc_driver.h",
false
],
[
[
"void sip_svc_plat_update_trans_id",
"const struct device *dev, struct sip_svc_request *request, uint32_t trans_id"
],
"sip_svc_driver.h",
false
],
[
[
"uint32_t sip_svc_plat_get_error_code",
"const struct device *dev, struct arm_smccc_res *res"
],
"sip_svc_driver.h",
false
],
[
[
"int sip_svc_plat_async_res_req",
"const struct device *dev, unsigned long *a0, unsigned long *a1, unsigned long *a2, unsigned long *a3, unsigned long *a4, unsigned long *a5, unsigned long *a6, unsigned long *a7, char *buf, size_t size"
],
"sip_svc_driver.h",
false
],
[
[
"int sip_svc_plat_async_res_res",
"const struct device *dev, struct arm_smccc_res *res, char *buf, size_t *size, uint32_t *trans_id"
],
"sip_svc_driver.h",
false
],
[
[
"void sip_svc_plat_free_async_memory",
"const struct device *dev, struct sip_svc_request *request"
],
"sip_svc_driver.h",
false
],
[
[
"int stepper_enable",
"const struct device *dev"
],
"stepper.h",
false
],
[
[
"int stepper_disable",
"const struct device *dev"
],
"stepper.h",
false
],
[
[
"int stepper_set_micro_step_res",
"const struct device *dev, enum stepper_micro_step_resolution res"
],
"stepper.h",
false
],
[
[
"int stepper_get_micro_step_res",
"const struct device *dev, enum stepper_micro_step_resolution *res"
],
"stepper.h",
false
],
[
[
"int stepper_set_event_cb",
"const struct device *dev, stepper_event_cb_t callback, void *user_data"
],
"stepper.h",
false
],
[
[
"int stepper_ctrl_set_reference_position",
"const struct device *dev, const int32_t value"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_get_actual_position",
"const struct device *dev, int32_t *value"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_set_event_cb",
"const struct device *dev, stepper_ctrl_event_callback_t callback, void *user_data"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_set_microstep_interval",
"const struct device *dev, const uint64_t microstep_interval_ns"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_configure_ramp",
"const struct device *dev, const struct stepper_ctrl_ramp *ramp"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_move_by",
"const struct device *dev, const int32_t micro_steps"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_move_to",
"const struct device *dev, const int32_t micro_steps"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_run",
"const struct device *dev, const enum stepper_ctrl_direction direction"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_stop",
"const struct device *dev"
],
"stepper_ctrl.h",
false
],
[
[
"int stepper_ctrl_is_moving",
"const struct device *dev, bool *is_moving"
],
"stepper_ctrl.h",
false
],
[
[
"int bc12_set_role",
"const struct device *dev, enum bc12_role role"
],
"usb_bc12.h",
false
],
[
[
"int bc12_set_result_cb",
"const struct device *dev, bc12_callback_t cb, void *user_data"
],
"usb_bc12.h",
false
],
[
[
"size_t ivshmem_get_mem",
"const struct device *dev, uintptr_t *memmap"
],
"ivshmem.h",
false
],
[
[
"uint32_t ivshmem_get_id",
"const struct device *dev"
],
"ivshmem.h",
false
],
[
[
"uint16_t ivshmem_get_vectors",
"const struct device *dev"
],
"ivshmem.h",
false
],
[
[
"int ivshmem_int_peer",
"const struct device *dev, uint32_t peer_id, uint16_t vector"
],
"ivshmem.h",
false
],
[
[
"int ivshmem_register_handler",
"const struct device *dev, struct k_poll_signal *signal, uint16_t vector"
],
"ivshmem.h",
false
],
[
[
"size_t ivshmem_get_rw_mem_section",
"const struct device *dev, uintptr_t *memmap"
],
"ivshmem.h",
false
],
[
[
"size_t ivshmem_get_output_mem_section",
"const struct device *dev, uint32_t peer_id, uintptr_t *memmap"
],
"ivshmem.h",
false
],
[
[
"uint32_t ivshmem_get_state",
"const struct device *dev, uint32_t peer_id"
],
"ivshmem.h",
false
],
[
[
"int ivshmem_set_state",
"const struct device *dev, uint32_t state"
],
"ivshmem.h",
false
],
[
[
"uint32_t ivshmem_get_max_peers",
"const struct device *dev"
],
"ivshmem.h",
false
],
[
[
"uint16_t ivshmem_get_protocol",
"const struct device *dev"
],
"ivshmem.h",
false
],
[
[
"int ivshmem_enable_interrupts",
"const struct device *dev, bool enable"
],
"ivshmem.h",
false
],
[
[
"int renesas_ra_ctsu_group_configure",
"const struct device *dev, const struct renesas_ra_ctsu_touch_cfg *cfg"
],
"input_renesas_ra_ctsu.h",
false
],
[
[
"int renesas_rx_ctsu_group_configure",
"const struct device *dev, const struct renesas_rx_ctsu_touch_cfg *cfg"
],
"input_renesas_rx_ctsu.h",
false
],
[
[
"void k_mem_paging_stats_get",
"struct k_mem_paging_stats_t *stats"
],
"demand_paging.h",
false
],
[
[
"void k_mem_paging_thread_stats_get",
"struct k_thread *thread, struct k_mem_paging_stats_t *stats"
],
"demand_paging.h",
false
],
[
[
"void k_mem_paging_histogram_eviction_get",
" struct k_mem_paging_histogram_t *hist"
],
"demand_paging.h",
false
],
[
[
"void k_mem_paging_histogram_backing_store_page_in_get",
" struct k_mem_paging_histogram_t *hist"
],
"demand_paging.h",
false
],
[
[
"void k_mem_paging_histogram_backing_store_page_out_get",
" struct k_mem_paging_histogram_t *hist"
],
"demand_paging.h",
false
],
[
[
"ssize_t llext_get_fn_table",
"struct llext *ext, bool is_init, void *buf, size_t size"
],
"llext.h",
false
],
[
[
"void updatehub_autohandler",
"void"
],
"updatehub.h",
false
],
[
[
"enum updatehub_response updatehub_probe",
"void"
],
"updatehub.h",
false
],
[
[
"enum updatehub_response updatehub_update",
"void"
],
"updatehub.h",
false
],
[
[
"int updatehub_confirm",
"void"
],
"updatehub.h",
false
],
[
[
"int updatehub_reboot",
"void"
],
"updatehub.h",
false
],
[
[
"int updatehub_report_error",
"void"
],
"updatehub.h",
false
],
[
[
"const struct device *net_eth_get_ptp_clock_by_index",
"int index"
],
"ethernet.h",
false
],
[
[
"int net_if_ipv6_addr_lookup_by_index",
"const struct net_in6_addr *addr"
],
"net_if.h",
false
],
[
[
"bool net_if_ipv6_addr_add_by_index",
"int index, const struct net_in6_addr *addr, enum net_addr_type addr_type, uint32_t vlifetime"
],
"net_if.h",
false
],
[
[
"bool net_if_ipv6_addr_rm_by_index",
"int index, const struct net_in6_addr *addr"
],
"net_if.h",
false
],
[
[
"int net_if_ipv4_addr_lookup_by_index",
"const struct net_in_addr *addr"
],
"net_if.h",
false
],
[
[
"bool net_if_ipv4_addr_add_by_index",
"int index, const struct net_in_addr *addr, enum net_addr_type addr_type, uint32_t vlifetime"
],
"net_if.h",
false
],
[
[
"bool net_if_ipv4_addr_rm_by_index",
"int index, const struct net_in_addr *addr"
],
"net_if.h",
false
],
[
[
"bool net_if_ipv4_set_netmask_by_index",
"int index, const struct net_in_addr *netmask"
],
"net_if.h",
false
],
[
[
"bool net_if_ipv4_set_netmask_by_addr_by_index",
"int index, const struct net_in_addr *addr, const struct net_in_addr *netmask"
],
"net_if.h",
false
],
[
[
"bool net_if_ipv4_set_gw_by_index",
"int index, const struct net_in_addr *gw"
],
"net_if.h",
false
],
[
[
"struct net_if *net_if_get_by_index",
"int index"
],
"net_if.h",
false
],
[
[
"int net_addr_pton",
"net_sa_family_t family, const char *src, void *dst"
],
"net_ip.h",
false
],
[
[
"char *net_addr_ntop",
"net_sa_family_t family, const void *src, char *dst, size_t size"
],
"net_ip.h",
false
],
[
[
"void *zsock_get_context_object",
"int sock"
],
"socket.h",
false
],
[
[
"int zsock_socket",
"int family, int type, int proto"
],
"socket.h",
false
],
[
[
"int zsock_socketpair",
"int family, int type, int proto, int *sv"
],
"socket.h",
false
],
[
[
"int zsock_close",
"int sock"
],
"socket.h",
false
],
[
[
"int zsock_shutdown",
"int sock, int how"
],
"socket.h",
false
],
[
[
"int zsock_bind",
"int sock, const struct net_sockaddr *addr, net_socklen_t addrlen"
],
"socket.h",
false
],
[
[
"int zsock_connect",
"int sock, const struct net_sockaddr *addr, net_socklen_t addrlen"
],
"socket.h",
false
],
[
[
"int zsock_listen",
"int sock, int backlog"
],
"socket.h",
false
],
[
[
"int zsock_accept",
"int sock, struct net_sockaddr *addr, net_socklen_t *addrlen"
],
"socket.h",
false
],
[
[
"ssize_t zsock_sendto",
"int sock, const void *buf, size_t len, int flags, const struct net_sockaddr *dest_addr, net_socklen_t addrlen"
],
"socket.h",
false
],
[
[
"ssize_t zsock_sendmsg",
"int sock, const struct net_msghdr *msg, int flags"
],
"socket.h",
false
],
[
[
"ssize_t zsock_recvfrom",
"int sock, void *buf, size_t max_len, int flags, struct net_sockaddr *src_addr, net_socklen_t *addrlen"
],
"socket.h",
false
],
[
[
"ssize_t zsock_recvmsg",
"int sock, struct net_msghdr *msg, int flags"
],
"socket.h",
false
],
[
[
"int zsock_fcntl_impl",
"int sock, int cmd, int flags"
],
"socket.h",
false
],
[
[
"int zsock_ioctl_impl",
"int sock, unsigned long request, va_list ap"
],
"socket.h",
false
],
[
[
"int zsock_getsockopt",
"int sock, int level, int optname, void *optval, net_socklen_t *optlen"
],
"socket.h",
false
],
[
[
"int zsock_setsockopt",
"int sock, int level, int optname, const void *optval, net_socklen_t optlen"
],
"socket.h",
false
],
[
[
"int zsock_getpeername",
"int sock, struct net_sockaddr *addr, net_socklen_t *addrlen"
],
"socket.h",
false
],
[
[
"int zsock_getsockname",
"int sock, struct net_sockaddr *addr, net_socklen_t *addrlen"
],
"socket.h",
false
],
[
[
"int zsock_gethostname",
"char *buf, size_t len"
],
"socket.h",
false
],
[
[
"int zsock_inet_pton",
"net_sa_family_t family, const char *src, void *dst"
],
"socket.h",
false
],
[
[
"int z_zsock_getaddrinfo_internal",
"const char *host, const char *service, const struct zsock_addrinfo *hints, struct zsock_addrinfo *res"
],
"socket.h",
false
],
[
[
"int net_socket_service_register",
"const struct net_socket_service_desc *service, struct zsock_pollfd *fds, int len, void *user_data"
],
"socket_service.h",
false
],
[
[
"void sys_rand_get",
"void *dst, size_t len"
],
"random.h",
false
],
[
[
"int sys_csrand_get",
"void *dst, size_t len"
],
"random.h",
false
],
[
[
"void rtio_sqe_signal",
"struct rtio_sqe *sqe"
],
"rtio.h",
false
],
[
[
"int rtio_cqe_get_mempool_buffer",
"const struct rtio *r, struct rtio_cqe *cqe, uint8_t **buff, uint32_t *buff_len"
],
"rtio.h",
false
],
[
[
"void rtio_release_buffer",
"struct rtio *r, void *buff, uint32_t buff_len"
],
"rtio.h",
false
],
[
[
"int rtio_sqe_cancel",
"struct rtio_sqe *sqe"
],
"rtio.h",
false
],
[
[
"int rtio_sqe_copy_in_get_handles",
"struct rtio *r, const struct rtio_sqe *sqes, struct rtio_sqe **handle, size_t sqe_count"
],
"rtio.h",
false
],
[
[
"int rtio_cqe_copy_out",
"struct rtio *r, struct rtio_cqe *cqes, size_t cqe_count, k_timeout_t timeout"
],
"rtio.h",
false
],
[
[
"int rtio_submit",
"struct rtio *r, uint32_t wait_count"
],
"rtio.h",
false
],
[
[
"struct rtio *rtio_pool_acquire",
"struct rtio_pool *pool"
],
"rtio.h",
false
],
[
[
"void rtio_pool_release",
"struct rtio_pool *pool, struct rtio *r"
],
"rtio.h",
false
],
[
[
"bool atomic_cas",
"atomic_t *target, atomic_val_t old_value, atomic_val_t new_value"
],
"atomic_c.h",
false
],
[
[
"bool atomic_ptr_cas",
"atomic_ptr_t *target, atomic_ptr_val_t old_value, atomic_ptr_val_t new_value"
],
"atomic_c.h",
false
],
[
[
"atomic_val_t atomic_add",
"atomic_t *target, atomic_val_t value"
],
"atomic_c.h",
false
],
[
[
"atomic_val_t atomic_sub",
"atomic_t *target, atomic_val_t value"
],
"atomic_c.h",
false
],
[
[
"atomic_val_t atomic_set",
"atomic_t *target, atomic_val_t value"
],
"atomic_c.h",
false
],
[
[
"atomic_ptr_val_t atomic_ptr_set",
"atomic_ptr_t *target, atomic_ptr_val_t value"
],
"atomic_c.h",
false
],
[
[
"atomic_val_t atomic_or",
"atomic_t *target, atomic_val_t value"
],
"atomic_c.h",
false
],
[
[
"atomic_val_t atomic_xor",
"atomic_t *target, atomic_val_t value"
],
"atomic_c.h",
false
],
[
[
"atomic_val_t atomic_and",
"atomic_t *target, atomic_val_t value"
],
"atomic_c.h",
false
],
[
[
"atomic_val_t atomic_nand",
"atomic_t *target, atomic_val_t value"
],
"atomic_c.h",
false
],
[
[
"int zvfs_poll",
"struct zvfs_pollfd *fds, int nfds, int poll_timeout"
],
"fdtable.h",
false
],
[
[
"int zvfs_select",
"int nfds, struct zvfs_fd_set *ZRESTRICT readfds, struct zvfs_fd_set *ZRESTRICT writefds, struct zvfs_fd_set *ZRESTRICT errorfds, const struct timespec *ZRESTRICT timeout, const void *ZRESTRICT sigmask"
],
"fdtable.h",
false
]
]