Searched refs:_id_ (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/api/dmx/ |
| H A D | Internal_DMX_debug.c | 179 #define GET_PARAM32(_pCh_, _id_, _bFound_, _u32x_) \ argument 182 char* _pc_ = strstr(_u8Tmp, _id_); \ 192 #define GET_PARAM_STR(_pCh_, _id_, _bFound_, _path_) \ argument 195 char* _pc_ = strstr(_u8Tmp, _id_); \ 208 #define GET_PARAM_CH(_pCh_, _id_, _bFound_, _ch_) \ argument 211 char* _pc_ = strstr(_u8Tmp, _id_); \ 222 #define PID_FLT_P(_p_, _id_) \ argument 223 …_p_ = &(_TspPid[0].Flt[_id_]); // low half of the pid filter for eiff… 225 #define SEC_FLT_P(_p_, _id_) \ argument 228 #define PID_FLT_P(_p_, _id_) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/ |
| H A D | hal_arch.h | 272 #define HAL_THREAD_INIT_CONTEXT( _sparg_, _thread_, _entry_, _id_ ) \ argument 279 for( _i_ = 1; _i_ < 32; _i_++ ) (_regs_)->r[_i_] = (_id_)|_i_; \
|