Lines Matching refs:__STATIC_INLINE
257 __STATIC_INLINE void PDM_Clear(PDM_TypeDef *pdm) in PDM_Clear()
272 __STATIC_INLINE void PDM_FifoFlush(PDM_TypeDef *pdm) in PDM_FifoFlush()
292 __STATIC_INLINE void PDM_IntClear(PDM_TypeDef *pdm, uint32_t flags) in PDM_IntClear()
313 __STATIC_INLINE void PDM_IntDisable(PDM_TypeDef *pdm, uint32_t flags) in PDM_IntDisable()
335 __STATIC_INLINE void PDM_IntEnable(PDM_TypeDef *pdm, uint32_t flags) in PDM_IntEnable()
355 __STATIC_INLINE uint32_t PDM_IntGet(PDM_TypeDef *pdm) in PDM_IntGet()
377 __STATIC_INLINE uint32_t PDM_IntGetEnabled(PDM_TypeDef *pdm) in PDM_IntGetEnabled()
397 __STATIC_INLINE void PDM_IntSet(PDM_TypeDef *pdm, uint32_t flags) in PDM_IntSet()
421 __STATIC_INLINE uint32_t PDM_Rx(PDM_TypeDef *pdm) in PDM_Rx()
436 __STATIC_INLINE void PDM_Start(PDM_TypeDef *pdm) in PDM_Start()
454 __STATIC_INLINE uint32_t PDM_StatusGet(PDM_TypeDef *pdm) in PDM_StatusGet()
466 __STATIC_INLINE void PDM_Stop(PDM_TypeDef *pdm) in PDM_Stop()