Lines Matching refs:func
46 static const dma_stm32_clear_flag_func func[] = { in dma_stm32_clear_ht() local
65 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_ht()
67 func[id](DMAx); in dma_stm32_clear_ht()
72 static const dma_stm32_clear_flag_func func[] = { in dma_stm32_clear_tc() local
91 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_tc()
93 func[id](DMAx); in dma_stm32_clear_tc()
98 static const dma_stm32_check_flag_func func[] = { in dma_stm32_is_ht_active() local
117 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_ht_active()
119 return func[id](DMAx); in dma_stm32_is_ht_active()
124 static const dma_stm32_check_flag_func func[] = { in dma_stm32_is_tc_active() local
143 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_tc_active()
145 return func[id](DMAx); in dma_stm32_is_tc_active()
151 static const dma_stm32_clear_flag_func func[] = { in dma_stm32_clear_te() local
170 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_te()
172 func[id](DMAx); in dma_stm32_clear_te()
177 static const dma_stm32_clear_flag_func func[] = { in dma_stm32_clear_gi() local
196 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_gi()
198 func[id](DMAx); in dma_stm32_clear_gi()
203 static const dma_stm32_check_flag_func func[] = { in dma_stm32_is_te_active() local
222 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_te_active()
224 return func[id](DMAx); in dma_stm32_is_te_active()
229 static const dma_stm32_check_flag_func func[] = { in dma_stm32_is_gi_active() local
248 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_gi_active()
250 return func[id](DMAx); in dma_stm32_is_gi_active()