Searched refs:eType (Results 1 – 5 of 5) sorted by relevance
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_qei.c | 259 …truct rt_pulse_encoder_device *pulse_encoder, rt_uint32_t u32val, enum rt_pulse_encoder_type eType) in nu_qei_set_maxval_type() argument 264 RT_ASSERT(eType <= AB_PHASE_PULSE_ENCODER); in nu_qei_set_maxval_type() 266 psNuQei->dev.type = eType; in nu_qei_set_maxval_type()
|
| A D | drv_qei.h | 26 …ruct rt_pulse_encoder_device *pulse_encoder, rt_uint32_t u32val, enum rt_pulse_encoder_type eType);
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_eqei.c | 315 …ei_set_maxval_type(rt_device_t pulse_encoder, rt_uint32_t u32val, enum rt_pulse_encoder_type eType) in nu_eqei_set_maxval_type() argument 320 RT_ASSERT(eType <= AB_PHASE_PULSE_ENCODER); in nu_eqei_set_maxval_type() 322 psNuEqei->dev.type = eType; in nu_eqei_set_maxval_type()
|
| A D | drv_eqei.h | 26 …i_set_maxval_type(rt_device_t pulse_encoder, rt_uint32_t u32val, enum rt_pulse_encoder_type eType);
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/ |
| A D | vft_draw.c | 356 eFontBlock_t eType = (eFontBlock_t)((*blk_hdr) >> 24); in vft_load_from_buffer() local 359 offset, eType, size)); in vft_load_from_buffer() 363 switch (eType) { in vft_load_from_buffer()
|
Completed in 9 milliseconds