Skip to content

CTS / RTS Bitmasks Undefined #14

Open
@oclyke

Description

@oclyke

The values used in am_hal_uart.h for AM_HAL_UART_FLOW_CTRL_CTS_ONLY and AM_HAL_UART_FLOW_CTRL_RTS_ONLY (UART_CR_CTSEN_Msk and UART_CR_RTSEN_Msk respectively) are undefined.

We believe that the proper values to use are UART0_CR_CTSEN_Msk and UART0_CR_RTSEN_Msk. This follows the pattern of using the 0th instance of a peripheral as a template to configure other instances.

#13 patches this

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions