Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tmu_2/
Dfsl_tmu.c34 tmu_probe_select_t probe,
46 tmu_probe_select_t probe,
155 status_t TMU_GetImmediateTemperature(TMU_Type *base, tmu_probe_select_t probe, int8_t *temperature) in TMU_GetImmediateTemperature() argument
164 if ((kTMU_ProbeSelectMainProbe == probe) || (kTMU_ProbeSelectBothProbes == probe)) in TMU_GetImmediateTemperature()
178 else if (kTMU_ProbeSelectRemoteProbe == probe) in TMU_GetImmediateTemperature()
202 status_t TMU_GetAverageTemperature(TMU_Type *base, tmu_probe_select_t probe, int8_t *temperature) in TMU_GetAverageTemperature() argument
211 if ((kTMU_ProbeSelectMainProbe == probe) || (kTMU_ProbeSelectBothProbes == probe)) in TMU_GetAverageTemperature()
225 else if (kTMU_ProbeSelectRemoteProbe == probe) in TMU_GetAverageTemperature()
250 tmu_probe_select_t probe, in TMU_SetHighTemperatureThreshold() argument
260 if (((uint8_t)kTMU_ProbeSelectMainProbe & (uint8_t)probe) != 0U) in TMU_SetHighTemperatureThreshold()
[all …]
Dfsl_tmu.h229 status_t TMU_GetImmediateTemperature(TMU_Type *base, tmu_probe_select_t probe, int8_t *temperature);
241 status_t TMU_GetAverageTemperature(TMU_Type *base, tmu_probe_select_t probe, int8_t *temperature);
252 tmu_probe_select_t probe,
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.c1028 uint8_t *probe, in USB_HostVideoSetProbe() argument
1048 probe, callbackFn, callbackParam); in USB_HostVideoSetProbe()
1069 uint8_t *probe, in USB_HostVideoGetProbe() argument
1088 probe, callbackFn, callbackParam); in USB_HostVideoGetProbe()
1109 uint8_t *probe, in USB_HostVideoGetCommit() argument
1128 probe, callbackFn, callbackParam); in USB_HostVideoGetCommit()
1149 uint8_t *probe, in USB_HostVideoSetCommit() argument
1168 probe, callbackFn, callbackParam); in USB_HostVideoSetCommit()
Dusb_host_video.h769 uint8_t *probe,
790 uint8_t *probe,
812 uint8_t *probe,
833 uint8_t *probe,
/hal_nxp-3.5.0/mcux/mcux-sdk/docs/
Drun_a_project_using_mcux.md61 For more information on debug probe support in the MCUXpresso IDE, visit community.nxp.com.
74 that are attached to your computer. Select the probe through which you want to debug and click the …
75 any future debug sessions, the stored probe selection is automatically used, unless the probe canno…
Drun_a_project_using_armgcc.md84 1. This board supports the J-Link debug probe. Before using it, install SEGGER software, which can …