Home
last modified time | relevance | path

Searched refs:WAVE (Results 1 – 25 of 41) sorted by relevance

12

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_qeov2_drv.h155 base->WAVE.RESOLUTION = QEOV2_WAVE_RESOLUTION_LINES_SET(lines); in qeo_wave_set_resolution_lines()
165 …base->WAVE.MODE = (base->WAVE.MODE & ~QEOV2_WAVE_MODE_WAVES_OUTPUT_TYPE_MASK) | QEOV2_WAVE_MODE_WA… in qeo_wave_set_output_type()
176 base->WAVE.MODE &= ~QEOV2_WAVE_MODE_SADDLE_TYPE_MASK; in qeo_wave_set_saddle_type()
178 base->WAVE.MODE |= QEOV2_WAVE_MODE_SADDLE_TYPE_MASK; in qeo_wave_set_saddle_type()
203 base->WAVE.MODE |= QEOV2_WAVE_MODE_VD_VQ_SEL_MASK; in qeo_wave_enable_vd_vq_inject()
205 base->WAVE.MODE &= ~QEOV2_WAVE_MODE_VD_VQ_SEL_MASK; in qeo_wave_enable_vd_vq_inject()
207 base->WAVE.MODE |= QEOV2_WAVE_MODE_EN_WAVE_VD_VQ_INJECT_MASK; in qeo_wave_enable_vd_vq_inject()
216 base->WAVE.MODE &= ~QEOV2_WAVE_MODE_EN_WAVE_VD_VQ_INJECT_MASK; in qeo_wave_disable_vd_vq_inject()
227 base->WAVE.VD_INJECT = QEOV2_WAVE_VD_INJECT_VD_VAL_SET(vd_val); in qeo_wave_config_vd_vq_value()
237 base->WAVE.VD_VQ_LOAD = QEOV2_WAVE_VD_VQ_LOAD_LOAD_MASK; in qeo_wave_load_vd_vq()
[all …]
A Dhpm_qeo_drv.h134 base->WAVE.RESOLUTION = QEO_WAVE_RESOLUTION_LINES_SET(lines); in qeo_wave_set_resolution_lines()
144 …base->WAVE.MODE = (base->WAVE.MODE & ~QEO_WAVE_MODE_WAVES_OUTPUT_TYPE_MASK) | QEO_WAVE_MODE_WAVES_… in qeo_wave_set_output_type()
155 base->WAVE.MODE &= ~QEO_WAVE_MODE_SADDLE_TYPE_MASK; in qeo_wave_set_saddle_type()
157 base->WAVE.MODE |= QEO_WAVE_MODE_SADDLE_TYPE_MASK; in qeo_wave_set_saddle_type()
171 base->WAVE.PHASE_SHIFT[index] = QEO_WAVE_PHASE_SHIFT_VAL_SET(val); in qeo_wave_set_phase_shift()
185 base->WAVE.MODE |= (1U << (QEO_WAVE_MODE_EN_WAVE0_VD_VQ_INJECT_SHIFT + index)); in qeo_wave_enable_vd_vq_inject()
197 base->WAVE.MODE &= ~(1U << (QEO_WAVE_MODE_EN_WAVE0_VD_VQ_INJECT_SHIFT + index)); in qeo_wave_disable_vd_vq_inject()
206 base->WAVE.VD_VQ_LOAD = QEO_WAVE_VD_VQ_LOAD_LOAD_MASK; in qeo_wave_load_vd_vq()
229 base->WAVE.AMPLITUDE[index] &= ~QEO_WAVE_AMPLITUDE_EN_SCAL_MASK; in qeo_wave_disable_amplitude()
241 base->WAVE.MID_POINT[index] = QEO_WAVE_MID_POINT_VAL_SET(val); in qeo_wave_set_mid_point_shift()
[all …]
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_dac.h131 #define IS_DAC_GENERATE_WAVE(WAVE) … argument
132 …(((WAVE) == DAC_WAVEGEN_NONE) || ((WAVE) == DAC_WAVEGEN_NOISE) || ((WAVE) == DAC_WAVEGEN_TRIANGLE))
236 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_WAVE_NOISE) || ((WAVE) == DAC_WAVE_TRIANGLE)) argument
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_dac.h131 #define IS_DAC_GENERATE_WAVE(WAVE) … argument
132 …(((WAVE) == DAC_WAVEGEN_NONE) || ((WAVE) == DAC_WAVEGEN_NOISE) || ((WAVE) == DAC_WAVEGEN_TRIANGLE))
236 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_WAVE_NOISE) || ((WAVE) == DAC_WAVE_TRIANGLE)) argument
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_dac.h131 #define IS_DAC_GENERATE_WAVE(WAVE) … argument
132 …(((WAVE) == DAC_WAVEGEN_NONE) || ((WAVE) == DAC_WAVEGEN_NOISE) || ((WAVE) == DAC_WAVEGEN_TRIANGLE))
236 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_WAVE_NOISE) || ((WAVE) == DAC_WAVE_TRIANGLE)) argument
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_dac.h92 #define IS_DAC_GENERATE_WAVE(WAVE) (((WAVE) == DAC_WaveGeneration_None) || \ argument
93 ((WAVE) == DAC_WaveGeneration_Noise) || \
94 ((WAVE) == DAC_WaveGeneration_Triangle))
200 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_Wave_Noise) || \ argument
201 ((WAVE) == DAC_Wave_Triangle))
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_dac.h94 #define IS_DAC_GENERATE_WAVE(WAVE) (((WAVE) == DAC_WaveGeneration_None) || \ argument
95 ((WAVE) == DAC_WaveGeneration_Noise) || \
96 ((WAVE) == DAC_WaveGeneration_Triangle))
202 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_Wave_Noise) || \ argument
203 ((WAVE) == DAC_Wave_Triangle))
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_dac.h137 #define IS_DAC_GENERATE_WAVE(WAVE) … argument
138 …(((WAVE) == DAC_WAVEGEN_NONE) || ((WAVE) == DAC_WAVEGEN_NOISE) || ((WAVE) == DAC_WAVEGEN_TRIANGLE))
248 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_WAVE_NOISE) || ((WAVE) == DAC_WAVE_TRIANGLE)) argument
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_dac.h137 #define IS_DAC_GENERATE_WAVE(WAVE) … argument
138 …(((WAVE) == DAC_WAVEGEN_NONE) || ((WAVE) == DAC_WAVEGEN_NOISE) || ((WAVE) == DAC_WAVEGEN_TRIANGLE))
248 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_WAVE_NOISE) || ((WAVE) == DAC_WAVE_TRIANGLE)) argument
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_dac.h137 #define IS_DAC_GENERATE_WAVE(WAVE) … argument
138 …(((WAVE) == DAC_WAVEGEN_NONE) || ((WAVE) == DAC_WAVEGEN_NOISE) || ((WAVE) == DAC_WAVEGEN_TRIANGLE))
248 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_WAVE_NOISE) || ((WAVE) == DAC_WAVE_TRIANGLE)) argument
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_dac.h137 #define IS_DAC_GENERATE_WAVE(WAVE) … argument
138 …(((WAVE) == DAC_WAVEGEN_NONE) || ((WAVE) == DAC_WAVEGEN_NOISE) || ((WAVE) == DAC_WAVEGEN_TRIANGLE))
248 #define IS_DAC_WAVE(WAVE) (((WAVE) == DAC_WAVE_NOISE) || ((WAVE) == DAC_WAVE_TRIANGLE)) argument
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_tcc_d51.h6396 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CIPEREN_bit()
6405 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CIPEREN_bit()
6408 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CIPEREN_bit()
6440 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN0_bit()
6449 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CICCEN0_bit()
6452 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CICCEN0_bit()
6484 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN1_bit()
6493 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CICCEN1_bit()
6496 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CICCEN1_bit()
6528 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN2_bit()
[all …]
A Dhri_tc_d51.h1464 ((Tc *)hw)->COUNT16.WAVE.reg |= TC_WAVE_WAVEGEN(mask); in hri_tc_set_WAVE_WAVEGEN_bf()
1471 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_get_WAVE_WAVEGEN_bf()
1480 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_write_WAVE_WAVEGEN_bf()
1483 ((Tc *)hw)->COUNT16.WAVE.reg = tmp; in hri_tc_write_WAVE_WAVEGEN_bf()
1504 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_read_WAVE_WAVEGEN_bf()
1512 ((Tc *)hw)->COUNT16.WAVE.reg |= mask; in hri_tc_set_WAVE_reg()
1519 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_get_WAVE_reg()
1527 ((Tc *)hw)->COUNT16.WAVE.reg = data; in hri_tc_write_WAVE_reg()
1534 ((Tc *)hw)->COUNT16.WAVE.reg &= ~mask; in hri_tc_clear_WAVE_reg()
1541 ((Tc *)hw)->COUNT16.WAVE.reg ^= mask; in hri_tc_toggle_WAVE_reg()
[all …]
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_tcc_d51.h6396 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CIPEREN_bit()
6405 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CIPEREN_bit()
6408 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CIPEREN_bit()
6440 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN0_bit()
6449 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CICCEN0_bit()
6452 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CICCEN0_bit()
6484 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN1_bit()
6493 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CICCEN1_bit()
6496 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CICCEN1_bit()
6528 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN2_bit()
[all …]
A Dhri_tc_d51.h1464 ((Tc *)hw)->COUNT16.WAVE.reg |= TC_WAVE_WAVEGEN(mask); in hri_tc_set_WAVE_WAVEGEN_bf()
1471 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_get_WAVE_WAVEGEN_bf()
1480 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_write_WAVE_WAVEGEN_bf()
1483 ((Tc *)hw)->COUNT16.WAVE.reg = tmp; in hri_tc_write_WAVE_WAVEGEN_bf()
1504 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_read_WAVE_WAVEGEN_bf()
1512 ((Tc *)hw)->COUNT16.WAVE.reg |= mask; in hri_tc_set_WAVE_reg()
1519 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_get_WAVE_reg()
1527 ((Tc *)hw)->COUNT16.WAVE.reg = data; in hri_tc_write_WAVE_reg()
1534 ((Tc *)hw)->COUNT16.WAVE.reg &= ~mask; in hri_tc_clear_WAVE_reg()
1541 ((Tc *)hw)->COUNT16.WAVE.reg ^= mask; in hri_tc_toggle_WAVE_reg()
[all …]
/bsp/microchip/same54/bsp/hri/
A Dhri_tcc_e54.h6396 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CIPEREN_bit()
6405 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CIPEREN_bit()
6408 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CIPEREN_bit()
6440 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN0_bit()
6449 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CICCEN0_bit()
6452 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CICCEN0_bit()
6484 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN1_bit()
6493 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CICCEN1_bit()
6496 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CICCEN1_bit()
6528 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN2_bit()
[all …]
A Dhri_tc_e54.h1464 ((Tc *)hw)->COUNT16.WAVE.reg |= TC_WAVE_WAVEGEN(mask); in hri_tc_set_WAVE_WAVEGEN_bf()
1471 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_get_WAVE_WAVEGEN_bf()
1480 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_write_WAVE_WAVEGEN_bf()
1483 ((Tc *)hw)->COUNT16.WAVE.reg = tmp; in hri_tc_write_WAVE_WAVEGEN_bf()
1504 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_read_WAVE_WAVEGEN_bf()
1512 ((Tc *)hw)->COUNT16.WAVE.reg |= mask; in hri_tc_set_WAVE_reg()
1519 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_get_WAVE_reg()
1527 ((Tc *)hw)->COUNT16.WAVE.reg = data; in hri_tc_write_WAVE_reg()
1534 ((Tc *)hw)->COUNT16.WAVE.reg &= ~mask; in hri_tc_clear_WAVE_reg()
1541 ((Tc *)hw)->COUNT16.WAVE.reg ^= mask; in hri_tc_toggle_WAVE_reg()
[all …]
/bsp/microchip/samc21/bsp/hri/
A Dhri_tcc_c21.h6050 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CIPEREN_bit()
6059 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CIPEREN_bit()
6062 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CIPEREN_bit()
6094 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN0_bit()
6103 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CICCEN0_bit()
6106 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CICCEN0_bit()
6138 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN1_bit()
6147 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_write_WAVE_CICCEN1_bit()
6150 ((Tcc *)hw)->WAVE.reg = tmp; in hri_tcc_write_WAVE_CICCEN1_bit()
6182 tmp = ((Tcc *)hw)->WAVE.reg; in hri_tcc_get_WAVE_CICCEN2_bit()
[all …]
A Dhri_tc_c21.h1360 ((Tc *)hw)->COUNT16.WAVE.reg |= TC_WAVE_WAVEGEN(mask); in hri_tc_set_WAVE_WAVEGEN_bf()
1367 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_get_WAVE_WAVEGEN_bf()
1376 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_write_WAVE_WAVEGEN_bf()
1379 ((Tc *)hw)->COUNT16.WAVE.reg = tmp; in hri_tc_write_WAVE_WAVEGEN_bf()
1400 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_read_WAVE_WAVEGEN_bf()
1408 ((Tc *)hw)->COUNT16.WAVE.reg |= mask; in hri_tc_set_WAVE_reg()
1415 tmp = ((Tc *)hw)->COUNT16.WAVE.reg; in hri_tc_get_WAVE_reg()
1423 ((Tc *)hw)->COUNT16.WAVE.reg = data; in hri_tc_write_WAVE_reg()
1430 ((Tc *)hw)->COUNT16.WAVE.reg &= ~mask; in hri_tc_clear_WAVE_reg()
1437 ((Tc *)hw)->COUNT16.WAVE.reg ^= mask; in hri_tc_toggle_WAVE_reg()
[all …]
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DAC.h384 #define IS_DAC_GENERATE_WAVE(WAVE) (((WAVE) == DAC_WaveGeneration_None) || \ argument
385 ((WAVE) == DAC_WaveGeneration_Noise) || \
386 ((WAVE) == DAC_WaveGeneration_Triangle))
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_qeo_drv.c41 base->WAVE.MODE &= QEO_WAVE_MODE_EN_WAVE2_VD_VQ_INJECT_MASK in qeo_wave_config_mode()
45 base->WAVE.MODE |= QEO_WAVE_MODE_WAVE2_ABOVE_MAX_LIMIT_SET(config->wave2.above_max_limit) in qeo_wave_config_mode()
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dtc.h756 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
782 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
806 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
/bsp/microchip/same54/bsp/include/component/
A Dtc.h778 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
804 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
828 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dtc.h778 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
804 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
828 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dtc.h778 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
804 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member
828 …__IO TC_WAVE_Type WAVE; /**< \brief Offset: 0x0C (R/W 8) Waveform Generation … member

Completed in 175 milliseconds

12