/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf_cxx.h | 12 static inline int z_cbprintf_cxx_is_pchar(char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 18 static inline int z_cbprintf_cxx_is_pchar(const char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 23 static inline int z_cbprintf_cxx_is_pchar(volatile char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 29 static inline int z_cbprintf_cxx_is_pchar(const volatile char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 35 static inline int z_cbprintf_cxx_is_pchar(unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 41 static inline int z_cbprintf_cxx_is_pchar(const unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 46 static inline int z_cbprintf_cxx_is_pchar(volatile unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 52 static inline int z_cbprintf_cxx_is_pchar(const volatile unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 57 static inline int z_cbprintf_cxx_is_pchar(wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() 63 static inline int z_cbprintf_cxx_is_pchar(const wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() [all …]
|
D | atomic_builtin.h | 23 static inline bool atomic_cas(atomic_t *target, atomic_val_t old_value, in atomic_cas() 31 static inline bool atomic_ptr_cas(atomic_ptr_t *target, atomic_ptr_val_t old_value, in atomic_ptr_cas() 39 static inline atomic_val_t atomic_add(atomic_t *target, atomic_val_t value) in atomic_add() 44 static inline atomic_val_t atomic_sub(atomic_t *target, atomic_val_t value) in atomic_sub() 49 static inline atomic_val_t atomic_inc(atomic_t *target) in atomic_inc() 54 static inline atomic_val_t atomic_dec(atomic_t *target) in atomic_dec() 59 static inline atomic_val_t atomic_get(const atomic_t *target) in atomic_get() 64 static inline atomic_ptr_val_t atomic_ptr_get(const atomic_ptr_t *target) in atomic_ptr_get() 69 static inline atomic_val_t atomic_set(atomic_t *target, atomic_val_t value) in atomic_set() 78 static inline atomic_ptr_val_t atomic_ptr_set(atomic_ptr_t *target, atomic_ptr_val_t value) in atomic_ptr_set() [all …]
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | ctf_top.h | 195 static inline void ctf_top_thread_switched_out(uint32_t thread_id, in ctf_top_thread_switched_out() 202 static inline void ctf_top_thread_switched_in(uint32_t thread_id, in ctf_top_thread_switched_in() 209 static inline void ctf_top_thread_priority_set(uint32_t thread_id, int8_t prio, in ctf_top_thread_priority_set() 216 static inline void ctf_top_thread_create(uint32_t thread_id, int8_t prio, in ctf_top_thread_create() 223 static inline void ctf_top_thread_abort(uint32_t thread_id, in ctf_top_thread_abort() 230 static inline void ctf_top_thread_suspend(uint32_t thread_id, in ctf_top_thread_suspend() 237 static inline void ctf_top_thread_resume(uint32_t thread_id, in ctf_top_thread_resume() 244 static inline void ctf_top_thread_ready(uint32_t thread_id, in ctf_top_thread_ready() 251 static inline void ctf_top_thread_pend(uint32_t thread_id, in ctf_top_thread_pend() 258 static inline void ctf_top_thread_info(uint32_t thread_id, in ctf_top_thread_info() [all …]
|
/Zephyr-latest/subsys/dsp/arcmwdt/public/ |
D | zdsp_backend.h | 22 static inline void zdsp_mult_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_mult_q7() 27 static inline void zdsp_mult_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_mult_q15() 32 static inline void zdsp_mult_q31(const DSP_DATA q31_t *src_a, const DSP_DATA q31_t *src_b, in zdsp_mult_q31() 37 static inline void zdsp_mult_f32(const DSP_DATA float32_t *src_a, const DSP_DATA float32_t *src_b, in zdsp_mult_f32() 43 static inline void zdsp_add_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_add_q7() 48 static inline void zdsp_add_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_add_q15() 53 static inline void zdsp_add_q31(const DSP_DATA q31_t *src_a, const DSP_DATA q31_t *src_b, in zdsp_add_q31() 58 static inline void zdsp_add_f32(const DSP_DATA float32_t *src_a, const DSP_DATA float32_t *src_b, in zdsp_add_f32() 64 static inline void zdsp_sub_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_sub_q7() 69 static inline void zdsp_sub_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_sub_q15() [all …]
|
/Zephyr-latest/subsys/dsp/cmsis/public/ |
D | zdsp_backend.h | 19 static inline void zdsp_mult_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst, in zdsp_mult_q7() 24 static inline void zdsp_mult_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst, in zdsp_mult_q15() 29 static inline void zdsp_mult_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst, in zdsp_mult_q31() 34 static inline void zdsp_mult_f32(const float32_t *src_a, const float32_t *src_b, float32_t *dst, in zdsp_mult_f32() 40 static inline void zdsp_add_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst, uint32_t block_size) in zdsp_add_q7() 44 static inline void zdsp_add_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst, in zdsp_add_q15() 49 static inline void zdsp_add_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst, in zdsp_add_q31() 54 static inline void zdsp_add_f32(const float32_t *src_a, const float32_t *src_b, float32_t *dst, in zdsp_add_f32() 60 static inline void zdsp_sub_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst, uint32_t block_size) in zdsp_sub_q7() 64 static inline void zdsp_sub_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst, in zdsp_sub_q15() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_prof.c | 26 static int send(struct node_rx_pdu *rx); 27 static uint16_t latency_get(void); 28 static inline void sample(uint32_t *timestamp); 29 static inline void sample_ticks(uint32_t *timestamp_ticks); 30 static inline void delta(uint32_t timestamp, uint16_t *cputime); 31 static inline void delta_ticks(uint32_t timestamp_ticks, uint8_t *cputime_ticks); 33 static uint32_t timestamp_radio; 34 static uint32_t timestamp_lll; 35 static uint32_t timestamp_ull_high; 36 static uint32_t timestamp_ull_low; [all …]
|
D | lll_adv_pdu.h | 27 static inline void lll_adv_pdu_enqueue(struct lll_adv_pdu *pdu, uint8_t idx) in lll_adv_pdu_enqueue() 35 static inline struct pdu_adv *lll_adv_data_alloc(struct lll_adv *lll, in lll_adv_data_alloc() 41 static inline void lll_adv_data_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_data_enqueue() 46 static inline struct pdu_adv *lll_adv_data_peek(struct lll_adv *lll) in lll_adv_data_peek() 51 static inline struct pdu_adv *lll_adv_data_curr_get(struct lll_adv *lll) in lll_adv_data_curr_get() 56 static inline struct pdu_adv *lll_adv_scan_rsp_alloc(struct lll_adv *lll, in lll_adv_scan_rsp_alloc() 62 static inline void lll_adv_scan_rsp_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_scan_rsp_enqueue() 67 static inline struct pdu_adv *lll_adv_scan_rsp_peek(const struct lll_adv *lll) in lll_adv_scan_rsp_peek() 72 static inline struct pdu_adv * 88 static inline struct pdu_adv * [all …]
|
D | lll_prof_internal.h | 17 static inline void lll_prof_enter_radio(void) {} in lll_prof_enter_radio() 18 static inline void lll_prof_exit_radio(void) {} in lll_prof_exit_radio() 19 static inline void lll_prof_enter_lll(void) {} in lll_prof_enter_lll() 20 static inline void lll_prof_exit_lll(void) {} in lll_prof_exit_lll() 21 static inline void lll_prof_enter_ull_high(void) {} in lll_prof_enter_ull_high() 22 static inline void lll_prof_exit_ull_high(void) {} in lll_prof_exit_ull_high() 23 static inline void lll_prof_enter_ull_low(void) {} in lll_prof_enter_ull_low() 24 static inline void lll_prof_exit_ull_low(void) {} in lll_prof_exit_ull_low()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_cdp1.c | 32 static int model_##number##_init(const struct bt_mesh_model *model); \ 33 static const struct bt_mesh_model_cb test_model_##number##_cb = { \ 36 static const struct bt_mesh_model_op model_op_##number[] = { \ 48 static uint8_t app_key[16] = {0xaa}; 49 static uint8_t net_key[16] = {0xcc}; 51 static const struct bt_mesh_test_cfg node_1_cfg = { 56 static struct bt_mesh_prov prov; 57 static struct bt_mesh_cfg_cli cfg_cli; 59 static const struct bt_mesh_model models_1[] = { 67 static const struct bt_mesh_model models_2[] = { [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_features.h | 7 static inline void feature_unmask_features(struct ll_conn *conn, uint64_t ll_feat_mask) in feature_unmask_features() 12 static inline void feature_unmask_peer_features(struct ll_conn *conn, uint64_t ll_feat_mask) in feature_unmask_peer_features() 17 static inline bool feature_le_encryption(struct ll_conn *conn) in feature_le_encryption() 26 static inline bool feature_conn_param_req(struct ll_conn *conn) in feature_conn_param_req() 35 static inline bool feature_ext_rej_ind(struct ll_conn *conn) in feature_ext_rej_ind() 44 static inline bool feature_periph_feat_req(struct ll_conn *conn) in feature_periph_feat_req() 53 static inline bool feature_le_ping(struct ll_conn *conn) in feature_le_ping() 62 static inline bool feature_dle(struct ll_conn *conn) in feature_dle() 71 static inline bool feature_privacy(struct ll_conn *conn) in feature_privacy() 80 static inline bool feature_ext_scan(struct ll_conn *conn) in feature_ext_scan() [all …]
|
/Zephyr-latest/drivers/clock_control/ |
D | nrf_clock_calibration.c | 34 static atomic_t cal_process_in_progress; 35 static uint8_t calib_skip_cnt; /* Counting down skipped calibrations. */ 36 static volatile int total_cnt; /* Total number of calibrations. */ 37 static volatile int total_skips_cnt; /* Total number of skipped calibrations. */ 40 static void cal_hf_callback(struct onoff_manager *mgr, 43 static void cal_lf_callback(struct onoff_manager *mgr, 47 static struct onoff_client client; 48 static struct onoff_manager *mgrs; 59 static const struct device *const temp_sensor = 62 static void measure_temperature(struct k_work *work); [all …]
|
/Zephyr-latest/tests/kernel/mbox/mbox_usage/src/ |
D | main.c | 15 static K_THREAD_STACK_DEFINE(tstack, STACK_SIZE); 16 static K_THREAD_STACK_DEFINE(high_stack, STACK_SIZE); 17 static K_THREAD_STACK_DEFINE(low_stack, STACK_SIZE); 19 static struct k_thread tdata, high_tdata, low_tdata; 20 static struct k_mbox mbox, multi_tmbox; 21 static struct k_sem sync_sema; 22 static k_tid_t tid1, receiver_tid; 23 static char msg_data[2][MAIL_LEN] = { 27 static enum mmsg_type { 32 static void msg_sender(struct k_mbox *pmbox, k_timeout_t timeout) in msg_sender() [all …]
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_rtt.c | 59 static const char *drop_msg = DROP_MSG; 60 static uint8_t rtt_buf[RTT_BUFFER_SIZE]; 61 static uint8_t line_buf[MESSAGE_SIZE + DROP_MSG_LEN]; 62 static uint8_t *line_pos; 63 static uint8_t char_buf[CHAR_BUF_SIZE]; 64 static int drop_cnt; 65 static int drop_warn; 66 static bool panic_mode; 67 static bool host_present; 69 static int data_out_block_mode(uint8_t *data, size_t length, void *ctx); [all …]
|
/Zephyr-latest/drivers/modem/ |
D | modem_at_shell.c | 24 static struct modem_pipelink *at_shell_pipelink = 27 static struct modem_chat at_shell_chat; 28 static uint8_t at_shell_chat_receive_buf[CONFIG_MODEM_AT_SHELL_CHAT_RECEIVE_BUF_SIZE]; 29 static uint8_t *at_shell_chat_argv_buf[2]; 30 static uint8_t at_shell_request_buf[CONFIG_MODEM_AT_SHELL_COMMAND_MAX_SIZE]; 31 static struct modem_chat_script_chat at_shell_script_chat[1]; 32 static struct modem_chat_match at_shell_script_chat_matches[2]; 33 static uint8_t at_shell_match_buf[CONFIG_MODEM_AT_SHELL_RESPONSE_MAX_SIZE]; 34 static const struct shell *at_shell_active_shell; 35 static struct k_work at_shell_open_pipe_work; [all …]
|
/Zephyr-latest/subsys/net/ip/ |
D | net_tc_mapping.h | 45 static const uint8_t priority2tc_strict_1[] = {0, 0, 0, 0, 0, 0, 0, 0}; 48 static const uint8_t priority2tc_strict_2[] = {0, 0, 0, 0, 1, 1, 1, 1}; 51 static const uint8_t priority2tc_strict_3[] = {0, 0, 0, 0, 1, 1, 2, 2}; 54 static const uint8_t priority2tc_strict_4[] = {0, 0, 1, 1, 2, 2, 3, 3}; 57 static const uint8_t priority2tc_strict_5[] = {0, 0, 1, 1, 2, 2, 3, 4}; 60 static const uint8_t priority2tc_strict_6[] = {1, 0, 2, 2, 3, 3, 4, 5}; 63 static const uint8_t priority2tc_strict_7[] = {1, 0, 2, 3, 4, 4, 5, 6}; 66 static const uint8_t priority2tc_strict_8[] = {1, 0, 2, 3, 4, 5, 6, 7}; 70 static const uint8_t *tx_prio2tc_map = PRIORITY2TC_GEN(strict, NET_TC_TX_COUNT); 73 static const uint8_t *rx_prio2tc_map = PRIORITY2TC_GEN(strict, NET_TC_RX_COUNT); [all …]
|
D | net_stats.h | 36 static inline void net_stats_update_processing_error(struct net_if *iface) in net_stats_update_processing_error() 41 static inline void net_stats_update_ip_errors_protoerr(struct net_if *iface) in net_stats_update_ip_errors_protoerr() 46 static inline void net_stats_update_ip_errors_vhlerr(struct net_if *iface) in net_stats_update_ip_errors_vhlerr() 51 static inline void net_stats_update_bytes_recv(struct net_if *iface, in net_stats_update_bytes_recv() 57 static inline void net_stats_update_bytes_sent(struct net_if *iface, in net_stats_update_bytes_sent() 73 static inline void net_stats_update_ipv6_sent(struct net_if *iface) in net_stats_update_ipv6_sent() 78 static inline void net_stats_update_ipv6_recv(struct net_if *iface) in net_stats_update_ipv6_recv() 83 static inline void net_stats_update_ipv6_drop(struct net_if *iface) in net_stats_update_ipv6_drop() 96 static inline void net_stats_update_ipv6_nd_sent(struct net_if *iface) in net_stats_update_ipv6_nd_sent() 101 static inline void net_stats_update_ipv6_nd_recv(struct net_if *iface) in net_stats_update_ipv6_nd_recv() [all …]
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | shim.c | 33 static void *zep_shim_mem_alloc(size_t size) in zep_shim_mem_alloc() 40 static void *zep_shim_mem_zalloc(size_t size) in zep_shim_mem_zalloc() 47 static void *zep_shim_mem_cpy(void *dest, const void *src, size_t count) in zep_shim_mem_cpy() 52 static void *zep_shim_mem_set(void *start, int val, size_t size) in zep_shim_mem_set() 57 static int zep_shim_mem_cmp(const void *addr1, in zep_shim_mem_cmp() 64 static unsigned int zep_shim_qspi_read_reg32(void *priv, unsigned long addr) in zep_shim_qspi_read_reg32() 81 static void zep_shim_qspi_write_reg32(void *priv, unsigned long addr, unsigned int val) in zep_shim_qspi_write_reg32() 91 static void zep_shim_qspi_cpy_from(void *priv, void *dest, unsigned long addr, size_t count) in zep_shim_qspi_cpy_from() 106 static void zep_shim_qspi_cpy_to(void *priv, unsigned long addr, const void *src, size_t count) in zep_shim_qspi_cpy_to() 117 static void *zep_shim_spinlock_alloc(void) in zep_shim_spinlock_alloc() [all …]
|
/Zephyr-latest/tests/net/trickle/src/ |
D | main.c | 37 static int token1 = 1, token2 = 2; 39 static struct k_sem wait; 40 static struct k_sem wait2; 41 static bool cb_1_called; 42 static bool cb_2_called; 62 static struct net_trickle t1; 63 static struct net_trickle t2; 65 static void cb_1(struct net_trickle *trickle, bool do_suppress, in cb_1() 75 static void cb_2(struct net_trickle *trickle, bool do_suppress, in cb_2() 85 static void test_trickle_create(void) in test_trickle_create() [all …]
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/settings_mgmt/src/ |
D | settings.c | 13 static bool set_called; 14 static bool get_called; 15 static bool export_called; 16 static bool commit_called; 17 static uint8_t val_aa[4]; 18 static uint8_t val_bb; 20 static int val_handle_set(const char *name, size_t len, settings_read_cb read_cb, void *cb_arg); 21 static int val_handle_commit(void); 22 static int val_handle_export(int (*cb)(const char *name, const void *value, size_t val_len)); 23 static int val_handle_get(const char *name, char *val, int val_len_max); [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_receiver.c | 26 static DEFINE_FLAG(flag_broadcaster_found); 27 static DEFINE_FLAG(flag_iso_connected); 28 static DEFINE_FLAG(flag_data_received); 29 static DEFINE_FLAG(flag_pa_synced); 30 static DEFINE_FLAG(flag_biginfo); 32 static struct bt_iso_chan iso_chans[CONFIG_BT_ISO_MAX_CHAN]; 33 static struct bt_le_scan_recv_info broadcaster_info; 34 static bt_addr_le_t broadcaster_addr; 35 static uint8_t broadcaster_num_bis; 50 static void iso_log_data(uint8_t *data, size_t data_len) in iso_log_data() [all …]
|
/Zephyr-latest/tests/kernel/obj_core/obj_core/src/ |
D | main.c | 13 static char slab2_buffer[256] __aligned(8); 20 static struct k_stack stack2; 23 static K_FIFO_DEFINE(fifo1); 24 static struct k_fifo fifo2; 26 static K_LIFO_DEFINE(lifo1); 27 static struct k_lifo lifo2; 30 static struct k_pipe pipe2; 31 static char pipe2_buffer[16]; 34 static struct k_msgq msgq2; 35 static char msgq2_buffer[16]; [all …]
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/lll/ |
D | lll_adv_pdu.h | 11 static inline void lll_adv_pdu_enqueue(struct lll_adv_pdu *pdu, uint8_t idx) in lll_adv_pdu_enqueue() 18 static inline struct pdu_adv *lll_adv_data_alloc(struct lll_adv *lll, uint8_t *idx) in lll_adv_data_alloc() 23 static inline void lll_adv_data_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_data_enqueue() 28 static inline struct pdu_adv *lll_adv_data_peek(struct lll_adv *lll) in lll_adv_data_peek() 33 static inline struct pdu_adv *lll_adv_data_curr_get(struct lll_adv *lll) in lll_adv_data_curr_get() 38 static inline struct pdu_adv *lll_adv_scan_rsp_alloc(struct lll_adv *lll, uint8_t *idx) in lll_adv_scan_rsp_alloc() 43 static inline void lll_adv_scan_rsp_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_scan_rsp_enqueue() 48 static inline struct pdu_adv *lll_adv_scan_rsp_peek(struct lll_adv *lll) in lll_adv_scan_rsp_peek() 54 static inline struct pdu_adv *lll_adv_aux_data_alloc(struct lll_adv_aux *lll, uint8_t *idx) in lll_adv_aux_data_alloc() 59 static inline void lll_adv_aux_data_enqueue(struct lll_adv_aux *lll, uint8_t idx) in lll_adv_aux_data_enqueue() [all …]
|
/Zephyr-latest/tests/bluetooth/mesh/basic/src/ |
D | main.c | 16 static bool has_reg_fault = true; 18 static int fault_get_cur(const struct bt_mesh_model *model, uint8_t *test_id, in fault_get_cur() 33 static int fault_get_reg(const struct bt_mesh_model *model, uint16_t company_id, in fault_get_reg() 56 static int fault_clear(const struct bt_mesh_model *model, uint16_t company_id) in fault_clear() 67 static int fault_test(const struct bt_mesh_model *model, uint8_t test_id, in fault_test() 80 static const struct bt_mesh_health_srv_cb health_srv_cb = { 87 static struct bt_mesh_health_srv health_srv = { 93 static const struct bt_mesh_model root_models[] = { 98 static int vnd_publish(const struct bt_mesh_model *mod) in vnd_publish() 108 static const struct bt_mesh_model_op vnd_ops[] = { [all …]
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_emul.c | 49 static void gnss_emul_lock_sem(const struct device *dev) in gnss_emul_lock_sem() 56 static void gnss_emul_unlock_sem(const struct device *dev) in gnss_emul_unlock_sem() 63 static void gnss_emul_update_fix_timestamp(const struct device *dev, bool resuming) in gnss_emul_update_fix_timestamp() 76 static bool gnss_emul_fix_is_acquired(const struct device *dev) in gnss_emul_fix_is_acquired() 86 static void gnss_emul_clear_fix_timestamp(const struct device *dev) in gnss_emul_clear_fix_timestamp() 94 static void gnss_emul_schedule_work(const struct device *dev) in gnss_emul_schedule_work() 101 static bool gnss_emul_cancel_work(const struct device *dev) in gnss_emul_cancel_work() 109 static bool gnss_emul_is_resumed(const struct device *dev) in gnss_emul_is_resumed() 116 static void gnss_emul_lock(const struct device *dev) in gnss_emul_lock() 122 static void gnss_emul_unlock(const struct device *dev) in gnss_emul_unlock() [all …]
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_nrfx_ipc.c | 24 static struct ipm_nrf_data nrfx_ipm_data; 26 static void gipm_init(void); 27 static void gipm_send(uint32_t id); 31 static void nrfx_ipc_handler(uint8_t event_idx, void *p_context) in nrfx_ipc_handler() 43 static int ipm_nrf_send(const struct device *dev, int wait, uint32_t id, in ipm_nrf_send() 58 static int ipm_nrf_max_data_size_get(const struct device *dev) in ipm_nrf_max_data_size_get() 65 static uint32_t ipm_nrf_max_id_val_get(const struct device *dev) in ipm_nrf_max_id_val_get() 72 static void ipm_nrf_register_callback(const struct device *dev, in ipm_nrf_register_callback() 80 static int ipm_nrf_set_enabled(const struct device *dev, int enable) in ipm_nrf_set_enabled() 93 static int ipm_nrf_init(const struct device *dev) in ipm_nrf_init() [all …]
|