Home
last modified time | relevance | path

Searched refs:CAN_ECR_RP_Pos (Results 1 – 7 of 7) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_can.h196 #define CAN_ECR_RP_Pos 15 /*!< CAN_T::ECR: RP Position … macro
197 #define CAN_ECR_RP_MsK (1ul << CAN_ECR_RP_Pos) /*!< CAN_T::ECR: RP …
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dcan.h435 #define CAN_ECR_RP_Pos 15 /**< \brief (CAN_ECR) Receive Error Passive */ macro
436 #define CAN_ECR_RP (0x1u << CAN_ECR_RP_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dcan.h435 #define CAN_ECR_RP_Pos 15 /**< \brief (CAN_ECR) Receive Error Passive */ macro
436 #define CAN_ECR_RP (0x1u << CAN_ECR_RP_Pos)
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dcan.h421 #define CAN_ECR_RP_Pos 15 /**< \brief (CAN_ECR) Receive Error Passive */ macro
422 #define CAN_ECR_RP (_U_(0x1) << CAN_ECR_RP_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dcan.h421 #define CAN_ECR_RP_Pos 15 /**< \brief (CAN_ECR) Receive Error Passive */ macro
422 #define CAN_ECR_RP (_U_(0x1) << CAN_ECR_RP_Pos)
/bsp/microchip/samc21/bsp/hri/
A Dhri_can_c21.h192 return (((Can *)hw)->ECR.reg & CAN_ECR_RP) >> CAN_ECR_RP_Pos; in hri_can_get_ECR_RP_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_can_e54.h192 return (((Can *)hw)->ECR.reg & CAN_ECR_RP) >> CAN_ECR_RP_Pos; in hri_can_get_ECR_RP_bit()

Completed in 846 milliseconds