Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_dac.h65 typedef struct __DAC_HandleTypeDef struct
83 void (* ConvCpltCallbackCh1) (struct __DAC_HandleTypeDef *hdac); argument
84 void (* ConvHalfCpltCallbackCh1) (struct __DAC_HandleTypeDef *hdac); argument
85 void (* ErrorCallbackCh1) (struct __DAC_HandleTypeDef *hdac); argument
86 void (* DMAUnderrunCallbackCh1) (struct __DAC_HandleTypeDef *hdac); argument
87 void (* ConvCpltCallbackCh2) (struct __DAC_HandleTypeDef* hdac); argument
88 void (* ConvHalfCpltCallbackCh2) (struct __DAC_HandleTypeDef* hdac); argument
89 void (* ErrorCallbackCh2) (struct __DAC_HandleTypeDef* hdac); argument
90 void (* DMAUnderrunCallbackCh2) (struct __DAC_HandleTypeDef* hdac); argument
92 void (* MspInitCallback) (struct __DAC_HandleTypeDef *hdac); argument
[all …]
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_dac.h64 typedef struct __DAC_HandleTypeDef struct
82 void (* ConvCpltCallbackCh1) (struct __DAC_HandleTypeDef *hdac); argument
83 void (* ConvHalfCpltCallbackCh1) (struct __DAC_HandleTypeDef *hdac); argument
84 void (* ErrorCallbackCh1) (struct __DAC_HandleTypeDef *hdac); argument
85 void (* DMAUnderrunCallbackCh1) (struct __DAC_HandleTypeDef *hdac); argument
86 void (* ConvCpltCallbackCh2) (struct __DAC_HandleTypeDef *hdac); argument
87 void (* ConvHalfCpltCallbackCh2) (struct __DAC_HandleTypeDef *hdac); argument
88 void (* ErrorCallbackCh2) (struct __DAC_HandleTypeDef *hdac); argument
89 void (* DMAUnderrunCallbackCh2) (struct __DAC_HandleTypeDef *hdac); argument
91 void (* MspInitCallback) (struct __DAC_HandleTypeDef *hdac); argument
[all …]