Home
last modified time | relevance | path

Searched refs:R_SCIFA0_FTCR_RFTC_Pos (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_scif_uart/
Dr_scif_uart.c1334 value = R_SCIFA0_FTCR_RTRGS_Msk | (1 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1340 value = R_SCIFA0_FTCR_RTRGS_Msk | (2 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1346 value = R_SCIFA0_FTCR_RTRGS_Msk | (3 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1352 value = R_SCIFA0_FTCR_RTRGS_Msk | (4 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1358 value = R_SCIFA0_FTCR_RTRGS_Msk | (5 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1364 value = R_SCIFA0_FTCR_RTRGS_Msk | (6 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1370 value = R_SCIFA0_FTCR_RTRGS_Msk | (7 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1376 value = R_SCIFA0_FTCR_RTRGS_Msk | (8 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1382 value = R_SCIFA0_FTCR_RTRGS_Msk | (9 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
1388 value = R_SCIFA0_FTCR_RTRGS_Msk | (10 << R_SCIFA0_FTCR_RFTC_Pos); in r_scif_uart_make_rftc()
[all …]
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/cmsis/Device/RENESAS/Include/R9A08G045S/iobitmasks/
Dscifa_iobitmask.h123 #define R_SCIFA0_FTCR_RFTC_Pos (8UL) macro