Searched refs:ch32_dac_handler (Results 1 – 1 of 1) sorted by relevance
58 DAC_HandleTypeDef *ch32_dac_handler; in ch32_dac_enabled() local60 ch32_dac_handler = device->parent.user_data; in ch32_dac_enabled()61 DAC_Cmd(ch32_dac_handler->Channel, ENABLE); in ch32_dac_enabled()67 DAC_HandleTypeDef *ch32_dac_handler; in ch32_dac_disabled() local69 ch32_dac_handler = device->parent.user_data; in ch32_dac_disabled()70 DAC_Cmd(ch32_dac_handler->Channel, DISABLE); in ch32_dac_disabled()76 DAC_HandleTypeDef *ch32_dac_handler; in ch32_dac_get_resolution() local80 ch32_dac_handler = device->parent.user_data; in ch32_dac_get_resolution()81 (void)ch32_dac_handler; in ch32_dac_get_resolution()110 DAC_HandleTypeDef *ch32_dac_handler; in ch32_set_dac_value() local[all …]
Completed in 5 milliseconds