Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_dfsdm.c387 assert_param(IS_DFSDM_CHANNEL_SERIAL_INTERFACE_TYPE(hdfsdm_channel->Init.SerialInterface.Type)); in HAL_DFSDM_ChannelInit()
388 assert_param(IS_DFSDM_CHANNEL_SPI_CLOCK(hdfsdm_channel->Init.SerialInterface.SpiClock)); in HAL_DFSDM_ChannelInit()
465 hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.SerialInterface.Type | in HAL_DFSDM_ChannelInit()
466 hdfsdm_channel->Init.SerialInterface.SpiClock); in HAL_DFSDM_ChannelInit()
544 hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.SerialInterface.Type | in HAL_DFSDM_ChannelInit()
545 hdfsdm_channel->Init.SerialInterface.SpiClock); in HAL_DFSDM_ChannelInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dfsdm.c374 assert_param(IS_DFSDM_CHANNEL_SERIAL_INTERFACE_TYPE(hdfsdm_channel->Init.SerialInterface.Type)); in HAL_DFSDM_ChannelInit()
375 assert_param(IS_DFSDM_CHANNEL_SPI_CLOCK(hdfsdm_channel->Init.SerialInterface.SpiClock)); in HAL_DFSDM_ChannelInit()
437 hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.SerialInterface.Type | in HAL_DFSDM_ChannelInit()
438 hdfsdm_channel->Init.SerialInterface.SpiClock); in HAL_DFSDM_ChannelInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_dfsdm.h117 …DFSDM_Channel_SerialInterfaceTypeDef SerialInterface; /*!< DFSDM channel serial interface paramete… member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_dfsdm.h109 …DFSDM_Channel_SerialInterfaceTypeDef SerialInterface; /*!< DFSDM channel serial interface paramete… member