STM32_MDMA_CTBR_TSEL_MASK
#define STM32_MDMA_CTBR_TSEL(n) FIELD_PREP(STM32_MDMA_CTBR_TSEL_MASK, (n))
ctbr &= ~STM32_MDMA_CTBR_TSEL_MASK;