Home
last modified time | relevance | path

Searched refs:NBTP (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-3.7.0/m46x/Devices/M460/Include/
Dcanfd_reg.h1029 …__IO uint32_t NBTP; /*!< [0x001c] Nominal Bit Timing & Prescaler Register … member
/hal_nuvoton-3.7.0/m2l31x/Devices/M2L31/Include/
Dcanfd_reg.h986 …__IO uint32_t NBTP; /*!< [0x001c] Nominal Bit Timing & Prescaler Register … member
/hal_nuvoton-3.7.0/m2l31x/StdDriver/src/
Dcanfd.c386 psCanfd->NBTP = (((psConfig->u8NominalRJumpwidth & 0x7F) - 1) << 25) + in CANFD_SetTimingConfig()
/hal_nuvoton-3.7.0/m46x/StdDriver/src/
Dcanfd.c415 psCanfd->NBTP = (((psConfig->u8NominalRJumpwidth & 0x7F) - 1) << 25) + in CANFD_SetTimingConfig()