Searched refs:CTL2_DENR (Results 1 – 3 of 3) sorted by relevance
280 #define CTL2_DENR(regval) (BIT(6) & ((uint32_t)(regval) << 6)) macro281 #define LPUART_DENR_ENABLE CTL2_DENR(1) /*!< enable for reception */282 #define LPUART_DENR_DISABLE CTL2_DENR(0) /*!< disable for reception */
392 #define CTL2_DENR(regval) (BIT(6) & ((uint32_t)(regval) << 6)) macro393 #define USART_DENR_ENABLE CTL2_DENR(1) /*!< enable for reception */394 #define USART_DENR_DISABLE CTL2_DENR(0) /*!< disable for reception */
386 #define CTL2_DENR(regval) (BIT(6) & ((uint32_t)(regval) << 6)) macro387 #define USART_DENR_ENABLE CTL2_DENR(1) /*!< enable for reception */388 #define USART_DENR_DISABLE CTL2_DENR(0) /*!< disable for reception */