Home
last modified time | relevance | path

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

/bsp/hc32/libraries/hc32_drivers/
A Ddrv_dac.c96 CM_DAC_TypeDef *p_ll_instance = device->parent.user_data; in _dac_enabled() local
98 int32_t result = DAC_Start(p_ll_instance, ll_channel); in _dac_enabled()
108 CM_DAC_TypeDef *p_ll_instance = device->parent.user_data; in _dac_disabled() local
110 int32_t result = DAC_Stop(p_ll_instance, ll_channel); in _dac_disabled()
124 CM_DAC_TypeDef *p_ll_instance = device->parent.user_data; in _dac_set_value() local
126 if (READ_REG16_BIT(p_ll_instance->DACR, DAC_DACR_DPSEL) == DAC_DATA_ALIGN_LEFT) in _dac_set_value()
135 DAC_SetChData(p_ll_instance, ll_channel, *value); in _dac_set_value()

Completed in 5 milliseconds