| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/ |
| D | fsl_str.c | 252 printfCb cb, in PrintOutputdifFobpu() argument 262 cb(buf, count, schar, 1); in PrintOutputdifFobpu() 265 cb(buf, count, '0', (int)field_width - (int)vlen); in PrintOutputdifFobpu() 272 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu() 275 cb(buf, count, schar, 1); in PrintOutputdifFobpu() 283 cb(buf, count, schar, 1); in PrintOutputdifFobpu() 286 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu() 290 cb(buf, count, *vstrp--, 1); in PrintOutputdifFobpu() 295 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu() 305 printfCb cb, in PrintOutputxX() argument [all …]
|
| D | fsl_str.h | 45 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb);
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/str/ |
| D | fsl_str.c | 220 printfCb cb, in PrintOutputdifFobpu() argument 230 cb(buf, count, schar, 1); in PrintOutputdifFobpu() 233 cb(buf, count, '0', (int)field_width - (int)vlen); in PrintOutputdifFobpu() 240 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu() 243 cb(buf, count, schar, 1); in PrintOutputdifFobpu() 251 cb(buf, count, schar, 1); in PrintOutputdifFobpu() 254 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu() 258 cb(buf, count, *vstrp--, 1); in PrintOutputdifFobpu() 263 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu() 273 printfCb cb, in PrintOutputxX() argument [all …]
|
| D | fsl_str.h | 108 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ostimer/ |
| D | fsl_ostimer.c | 24 typedef void (*ostimer_isr_t)(OSTIMER_Type *base, ostimer_callback_t cb); 256 status_t OSTIMER_SetMatchRawValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb) in OSTIMER_SetMatchRawValue() argument 269 s_ostimerHandle[instance] = cb; in OSTIMER_SetMatchRawValue() 324 status_t OSTIMER_SetMatchValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb) in OSTIMER_SetMatchValue() argument 328 return OSTIMER_SetMatchRawValue(base, tmp, cb); in OSTIMER_SetMatchValue() 367 void OSTIMER_HandleIRQ(OSTIMER_Type *base, ostimer_callback_t cb) in OSTIMER_HandleIRQ() argument 372 if (cb != NULL) in OSTIMER_HandleIRQ() 374 cb(); in OSTIMER_HandleIRQ()
|
| D | fsl_ostimer.h | 125 status_t OSTIMER_SetMatchRawValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb); 141 status_t OSTIMER_SetMatchValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb); 264 void OSTIMER_HandleIRQ(OSTIMER_Type *base, ostimer_callback_t cb);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/utick/ |
| D | fsl_utick.c | 23 typedef void (*utick_isr_t)(UTICK_Type *base, utick_callback_t cb); 95 void UTICK_SetTick(UTICK_Type *base, utick_mode_t mode, uint32_t count, utick_callback_t cb) in UTICK_SetTick() argument 103 s_utickHandle[instance] = cb; in UTICK_SetTick() 190 void UTICK_HandleIRQ(UTICK_Type *base, utick_callback_t cb) in UTICK_HandleIRQ() argument 193 if (cb != NULL) in UTICK_HandleIRQ() 195 cb(); in UTICK_HandleIRQ()
|
| D | fsl_utick.h | 96 void UTICK_SetTick(UTICK_Type *base, utick_mode_t mode, uint32_t count, utick_callback_t cb); 108 void UTICK_HandleIRQ(UTICK_Type *base, utick_callback_t cb);
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/ |
| D | PhyTime.c | 59 phyTimeStatus_t PhyTime_TimerInit(void (*cb)(void)) in PhyTime_TimerInit() 67 gpfPhyTimeNotify = cb; in PhyTime_TimerInit() 216 phyTimeCallback_t cb = NULL; in PhyTime_RunCallback() local 223 cb = pNextEvent->callback; in PhyTime_RunCallback() 236 if (cb) in PhyTime_RunCallback() 238 cb(param); in PhyTime_RunCallback()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/ |
| D | fwk_platform_ics.c | 381 void PLATFORM_RegisterNbuMemErrorCallback(nbu_memory_error_callback_t cb) in PLATFORM_RegisterNbuMemErrorCallback() argument 383 nbu_mem_error_callback = cb; in PLATFORM_RegisterNbuMemErrorCallback() 403 void PLATFORM_RegisterFroNotificationCallback(PLATFORM_FroDebugCallback_t cb) in PLATFORM_RegisterFroNotificationCallback() argument 405 pfPlatformDebugCallback = cb; in PLATFORM_RegisterFroNotificationCallback() 408 void PLATFORM_RegisterNbuIssueCb(nbu_issue_callback_t cb) in PLATFORM_RegisterNbuIssueCb() argument 410 nbu_issue_callback = cb; in PLATFORM_RegisterNbuIssueCb() 413 void PLATFORM_RegisterSecurityEventCb(nbu_security_event_callback_t cb) in PLATFORM_RegisterSecurityEventCb() argument 415 nbu_security_event_callback = cb; in PLATFORM_RegisterSecurityEventCb()
|
| D | fwk_platform_ics.h | 180 void PLATFORM_RegisterNbuMemErrorCallback(nbu_memory_error_callback_t cb); 205 void PLATFORM_RegisterFroNotificationCallback(PLATFORM_FroDebugCallback_t cb); 213 void PLATFORM_RegisterNbuIssueCb(nbu_issue_callback_t cb); 221 void PLATFORM_RegisterSecurityEventCb(nbu_security_event_callback_t cb);
|
| D | fwk_platform.c | 347 void PLATFORM_RegisterErrorCallback(PLATFORM_ErrorCallback_t cb) in PLATFORM_RegisterErrorCallback() argument 349 pfPlatformErrorCallback = cb; in PLATFORM_RegisterErrorCallback()
|
| D | fwk_platform.h | 182 void PLATFORM_RegisterErrorCallback(PLATFORM_ErrorCallback_t cb);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/ |
| D | net.c | 1040 static void ipv4_mcast_add(struct net_mgmt_event_callback *cb, struct net_if *iface) in ipv4_mcast_add() argument 1042 igmp_mac_filter((struct netif *)iface, cb->info, NET_IF_ADD_MAC_FILTER); in ipv4_mcast_add() 1045 static void ipv4_mcast_delete(struct net_mgmt_event_callback *cb, struct net_if *iface) in ipv4_mcast_delete() argument 1047 igmp_mac_filter((struct netif *)iface, cb->info, NET_IF_DEL_MAC_FILTER); in ipv4_mcast_delete() 1051 static void ipv6_mcast_add(struct net_mgmt_event_callback *cb, struct net_if *iface) in ipv6_mcast_add() argument 1053 mld_mac_filter((struct netif *)iface, cb->info, NET_IF_ADD_MAC_FILTER); in ipv6_mcast_add() 1056 static void ipv6_mcast_delete(struct net_mgmt_event_callback *cb, struct net_if *iface) in ipv6_mcast_delete() argument 1058 mld_mac_filter((struct netif *)iface, cb->info, NET_IF_DEL_MAC_FILTER); in ipv6_mcast_delete() 1062 static void wifi_net_event_handler(struct net_mgmt_event_callback *cb, uint32_t mgmt_event, struct … in wifi_net_event_handler() argument 1074 ipv4_mcast_add(cb, iface); in wifi_net_event_handler() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/ |
| D | rpmsg_ns.c | 76 RL_ASSERT(cb_ctxt->cb != RL_NULL); in rpmsg_ns_rx_cb() 81 cb_ctxt->cb(ns_msg_ptr->addr, ns_msg_ptr->name, ns_msg_ptr->flags, cb_ctxt->user_data); in rpmsg_ns_rx_cb() 113 ns_ept_ctxt->cb_ctxt.cb = app_cb; in rpmsg_ns_bind() 137 cb_ctxt->cb = app_cb; in rpmsg_ns_bind()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/ |
| D | srtm_dispatcher.c | 56 …UG_MESSAGE(SRTM_DEBUG_VERBOSE_DEBUG, " -- Callback 0x%08x, param 0x%x, 0x%x\r\n", msg->procMsg.cb, in SRTM_DumpMessage() 147 if (req->reqMsg.async.cb != NULL) in SRTM_Dispatcher_FreeRequest() 149 req->reqMsg.async.cb(disp, req, NULL, req->reqMsg.async.param); in SRTM_Dispatcher_FreeRequest() 616 req->reqMsg.async.cb = callback; in SRTM_Dispatcher_DeliverRequest() 860 if (req->reqMsg.async.cb != NULL) in SRTM_Dispatcher_HandleResponse() 862 req->reqMsg.async.cb(disp, req, msg, req->reqMsg.async.param); in SRTM_Dispatcher_HandleResponse() 1006 msg->procMsg.cb); in SRTM_Dispatcher_ProcessMessage() 1007 msg->procMsg.cb(disp, msg->procMsg.param1, msg->procMsg.param2); in SRTM_Dispatcher_ProcessMessage()
|
| D | srtm_message_struct.h | 66 srtm_message_proc_cb_t cb; /*!< SRTM procedure message callabck function */ member 83 srtm_dispatcher_resp_cb_t cb; /*!< SRTM request message response callabck */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dmic/ |
| D | fsl_dmic.c | 302 void DMIC_EnableIntCallback(DMIC_Type *base, dmic_callback_t cb) in DMIC_EnableIntCallback() argument 309 s_dmicCallback[instance] = cb; in DMIC_EnableIntCallback() 322 void DMIC_DisableIntCallback(DMIC_Type *base, dmic_callback_t cb) in DMIC_DisableIntCallback() argument
|
| D | fsl_dmic.h | 493 void DMIC_EnableIntCallback(DMIC_Type *base, dmic_callback_t cb); 504 void DMIC_DisableIntCallback(DMIC_Type *base, dmic_callback_t cb);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
| D | srtm_pdm_sdma_adapter.h | 186 srtm_pdm_sdma_data_callback_t cb, 241 srtm_pdm_sdma_hwvad_callback_t cb,
|
| D | srtm_pdm_edma_adapter.h | 213 srtm_pdm_edma_data_callback_t cb, 268 srtm_pdm_edma_hwvad_callback_t cb,
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/ |
| D | fsl_power.h | 442 capt_pulse_timer_callback_t cb, 451 void POWER_EnableCaptFastPulseTimer(uint32_t timeout, capt_pulse_timer_callback_t cb, void *param);
|
| D | fsl_power.c | 1198 capt_pulse_timer_callback_t cb, in POWER_EnableCaptSlowPulseTimer() argument 1201 s_captPulseCb = cb; in POWER_EnableCaptSlowPulseTimer() 1209 void POWER_EnableCaptFastPulseTimer(uint32_t timeout, capt_pulse_timer_callback_t cb, void *param) in POWER_EnableCaptFastPulseTimer() argument 1211 s_captPulseCb = cb; in POWER_EnableCaptFastPulseTimer()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/ |
| D | fsl_power.h | 442 capt_pulse_timer_callback_t cb, 451 void POWER_EnableCaptFastPulseTimer(uint32_t timeout, capt_pulse_timer_callback_t cb, void *param);
|
| D | fsl_power.c | 1198 capt_pulse_timer_callback_t cb, in POWER_EnableCaptSlowPulseTimer() argument 1201 s_captPulseCb = cb; in POWER_EnableCaptSlowPulseTimer() 1209 void POWER_EnableCaptFastPulseTimer(uint32_t timeout, capt_pulse_timer_callback_t cb, void *param) in POWER_EnableCaptFastPulseTimer() argument 1211 s_captPulseCb = cb; in POWER_EnableCaptFastPulseTimer()
|