Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c1484 HAL_StatusTypeDef HAL_DSI_Shutdown(DSI_HandleTypeDef *hdsi, uint32_t Shutdown) in HAL_DSI_Shutdown() argument
1490 assert_param(IS_DSI_SHUT_DOWN(Shutdown)); in HAL_DSI_Shutdown()
1494 hdsi->Instance->WCR |= Shutdown; in HAL_DSI_Shutdown()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h1147 HAL_StatusTypeDef HAL_DSI_Shutdown(DSI_HandleTypeDef *hdsi, uint32_t Shutdown);