| /bsp/phytium/board/ |
| A D | phytium_cpu_id.S | 22 cmp r0, #0 // compare cpu_id with 0 label 24 cmp r0, #1 // compare cpu_id with 1 label 26 cmp r0, #2 // compare cpu_id with 2 label 28 cmp r0, #3 // compare cpu_id with 3 label 109 cmp x0, #0 // compare cpu_id with 0 label 111 cmp x0, #1 // compare cpu_id with 1 label 113 cmp x0, #2 // compare cpu_id with 2 label 115 cmp x0, #3 // compare cpu_id with 3 label
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu_mp.c | 131 struct ccu_mp *cmp = data; in ccu_mp_round_rate() local 164 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_disable() local 171 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_enable() local 178 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_is_enabled() local 186 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_recalc_rate() local 220 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_determine_rate() local 229 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_rate() local 267 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_get_parent() local 274 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_parent() local
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_pwmv2_drv.c | 94 uint8_t cmp_start_index, pwmv2_cmp_config_t *cmp, uint8_t cmp_num) in pwmv2_setup_waveform() 108 pwmv2_cmp_config_t *cmp, uint8_t cmp_num) in pwmv2_setup_waveform_in_pair()
|
| A D | hpm_pwm_drv.c | 81 pwm_cmp_config_t *cmp, uint8_t cmp_num) in pwm_setup_waveform_in_pair() 117 uint8_t cmp_start_index, pwm_cmp_config_t *cmp, uint8_t cmp_num) in pwm_setup_waveform()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_gptmr_drv.h | 24 #define GPTMR_CH_CMP_IRQ_MASK(ch, cmp) (1 << (ch * 4 + 2 + cmp)) argument 31 #define GPTMR_CH_CMP_STAT_MASK(ch, cmp) (1 << (ch * 4 + 2 + cmp)) argument 106 uint32_t cmp[GPTMR_CH_CMP_COUNT]; member 385 …ic inline void gptmr_update_cmp(GPTMR_Type *ptr, uint8_t ch_index, uint8_t cmp_index, uint32_t cmp) in gptmr_update_cmp()
|
| A D | hpm_qei_drv.h | 208 static inline void qei_z_cmp_set(QEI_Type *qei_x, uint32_t cmp) in qei_z_cmp_set() 219 static inline void qei_speed_cmp_set(QEI_Type *qei_x, uint32_t cmp) in qei_speed_cmp_set() 232 static inline void qei_phase_cmp_set(QEI_Type *qei_x, uint32_t cmp, in qei_phase_cmp_set()
|
| A D | hpm_qeiv2_drv.h | 779 static inline void qeiv2_set_z_cmp_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_z_cmp_value() 790 static inline void qeiv2_set_phcnt_cmp_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_phcnt_cmp_value() 803 static inline void qeiv2_set_spd_pos_cmp_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_spd_pos_cmp_value() 840 static inline void qeiv2_set_z_cmp2_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_z_cmp2_value() 851 static inline void qeiv2_set_phcnt_cmp2_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_phcnt_cmp2_value() 862 static inline void qeiv2_set_spd_pos_cmp2_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_spd_pos_cmp2_value()
|
| A D | hpm_pwm_drv.h | 135 uint32_t cmp; /**< compare value */ member 588 uint32_t cmp, uint16_t ex_cmp) in pwm_cmp_update_cmp_value() 604 uint32_t cmp, uint16_t hrcmp) in pwm_cmp_update_hrcmp_value() 618 static inline void pwm_cmp_force_value(PWM_Type *pwm_x, uint8_t index, uint32_t cmp) in pwm_cmp_force_value()
|
| A D | hpm_pwmv2_drv.h | 178 uint32_t cmp; /**< compare value */ member
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_systick.c | 56 rt_uint32_t cmp = ETIMER_GetCompareData(USE_TIMER); in rt_hw_us_delay() local
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_systick.c | 62 rt_uint32_t cmp = TIMER_GetCompareData(USE_TIMER); in rt_hw_us_delay() local
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_common_aarch32.c | 91 rt_uint32_t cmp = timerStep; // 12000 count / 1ms in rt_hw_us_delay() local
|
| /bsp/k210/drivers/ |
| A D | drv_spi.c | 96 struct rt_completion * cmp = ctx; in dma_irq_callback() local
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Device/Maxim/MAX32660/Include/ |
| A D | tmr_regs.h | 90 __IO uint32_t cmp; /**< <tt>\b 0x04:</tt> TMR CMP Register */ member
|