Lines Matching refs:func

44 	static const dma_stm32_clear_flag_func func[] = {  in dma_stm32_clear_ht()  local
61 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_ht()
63 func[id](DMAx); in dma_stm32_clear_ht()
68 static const dma_stm32_clear_flag_func func[] = { in dma_stm32_clear_tc() local
85 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_tc()
87 func[id](DMAx); in dma_stm32_clear_tc()
92 static const dma_stm32_check_flag_func func[] = { in dma_stm32_is_ht_active() local
109 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_ht_active()
111 return func[id](DMAx); in dma_stm32_is_ht_active()
116 static const dma_stm32_check_flag_func func[] = { in dma_stm32_is_tc_active() local
133 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_tc_active()
135 return func[id](DMAx); in dma_stm32_is_tc_active()
141 static const dma_stm32_clear_flag_func func[] = { in dma_stm32_clear_te() local
158 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_te()
160 func[id](DMAx); in dma_stm32_clear_te()
165 static const dma_stm32_clear_flag_func func[] = { in dma_stm32_clear_gi() local
182 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_gi()
184 func[id](DMAx); in dma_stm32_clear_gi()
189 static const dma_stm32_check_flag_func func[] = { in dma_stm32_is_te_active() local
206 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_te_active()
208 return func[id](DMAx); in dma_stm32_is_te_active()
213 static const dma_stm32_check_flag_func func[] = { in dma_stm32_is_gi_active() local
230 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_gi_active()
232 return func[id](DMAx); in dma_stm32_is_gi_active()