Searched refs:CTL1_ADDM (Results 1 – 5 of 5) sorted by relevance
265 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro266 #define LPUART_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */267 #define LPUART_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…
345 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro346 #define USART_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */347 #define USART_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…
339 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro340 #define USART_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */341 #define USART_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…
340 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro341 #define USART_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */342 #define USART_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…
615 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro616 #define USART5_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */617 #define USART5_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…