Home
last modified time | relevance | path

Searched refs:FDCAN_CCCR_ASM (Results 1 – 25 of 72) sorted by relevance

123

/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fdcan.c447 CLEAR_BIT(hfdcan->Instance->CCCR, (FDCAN_CCCR_TEST | FDCAN_CCCR_MON | FDCAN_CCCR_ASM)); in HAL_FDCAN_Init()
461 SET_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_Init()
2601 OperationMode = ((hfdcan->Instance->CCCR & FDCAN_CCCR_ASM) >> FDCAN_CCCR_ASM_Pos); in HAL_FDCAN_IsRestrictedOperationMode()
2619 CLEAR_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_ExitRestrictedOperationMode()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_fdcan.c446 CLEAR_BIT(hfdcan->Instance->CCCR, (FDCAN_CCCR_TEST | FDCAN_CCCR_MON | FDCAN_CCCR_ASM)); in HAL_FDCAN_Init()
460 SET_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_Init()
2575 OperationMode = ((hfdcan->Instance->CCCR & FDCAN_CCCR_ASM) >> FDCAN_CCCR_ASM_Pos); in HAL_FDCAN_IsRestrictedOperationMode()
2593 CLEAR_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_ExitRestrictedOperationMode()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fdcan.c454 CLEAR_BIT(hfdcan->Instance->CCCR, (FDCAN_CCCR_TEST | FDCAN_CCCR_MON | FDCAN_CCCR_ASM)); in HAL_FDCAN_Init()
468 SET_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_Init()
2608 OperationMode = ((hfdcan->Instance->CCCR & FDCAN_CCCR_ASM) >> FDCAN_CCCR_ASM_Pos); in HAL_FDCAN_IsRestrictedOperationMode()
2626 CLEAR_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_ExitRestrictedOperationMode()
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fdcan.c453 CLEAR_BIT(hfdcan->Instance->CCCR, (FDCAN_CCCR_TEST | FDCAN_CCCR_MON | FDCAN_CCCR_ASM)); in HAL_FDCAN_Init()
467 SET_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_Init()
2582 OperationMode = ((hfdcan->Instance->CCCR & FDCAN_CCCR_ASM) >> FDCAN_CCCR_ASM_Pos); in HAL_FDCAN_IsRestrictedOperationMode()
2600 CLEAR_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_ExitRestrictedOperationMode()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_fdcan.c453 CLEAR_BIT(hfdcan->Instance->CCCR, (FDCAN_CCCR_TEST | FDCAN_CCCR_MON | FDCAN_CCCR_ASM)); in HAL_FDCAN_Init()
467 SET_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_Init()
2582 OperationMode = ((hfdcan->Instance->CCCR & FDCAN_CCCR_ASM) >> FDCAN_CCCR_ASM_Pos); in HAL_FDCAN_IsRestrictedOperationMode()
2600 CLEAR_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_ExitRestrictedOperationMode()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c362 CLEAR_BIT(hfdcan->Instance->CCCR, (FDCAN_CCCR_TEST | FDCAN_CCCR_MON | FDCAN_CCCR_ASM)); in HAL_FDCAN_Init()
376 SET_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_Init()
2365 OperationMode = ((hfdcan->Instance->CCCR & FDCAN_CCCR_ASM) >> FDCAN_CCCR_ASM_Pos); in HAL_FDCAN_IsRestrictedOperationMode()
2383 CLEAR_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_ExitRestrictedOperationMode()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c475 CLEAR_BIT(hfdcan->Instance->CCCR, (FDCAN_CCCR_TEST | FDCAN_CCCR_MON | FDCAN_CCCR_ASM)); in HAL_FDCAN_Init()
489 SET_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_Init()
3381 OperationMode = ((hfdcan->Instance->CCCR & FDCAN_CCCR_ASM) >> FDCAN_CCCR_ASM_Pos); in HAL_FDCAN_IsRestrictedOperationMode()
3399 CLEAR_BIT(hfdcan->Instance->CCCR, FDCAN_CCCR_ASM); in HAL_FDCAN_ExitRestrictedOperationMode()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/soc/
Dstm32g0b0xx.h2565 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g0b1xx.h3406 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g0c1xx.h3642 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
/hal_stm32-3.4.0/stm32cube/stm32g4xx/soc/
Dstm32g431xx.h4113 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g441xx.h4334 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32gbk1cb.h4099 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g473xx.h4430 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g471xx.h4295 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g491xx.h4271 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g4a1xx.h4492 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g483xx.h4651 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g474xx.h4563 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32g484xx.h4784 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h5287 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restric… macro
/hal_stm32-3.4.0/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h6743 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
Dstm32l562xx.h7075 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restricted O… macro
/hal_stm32-3.4.0/stm32cube/stm32u5xx/soc/
Dstm32u535xx.h6946 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restric… macro
Dstm32u545xx.h7346 #define FDCAN_CCCR_ASM FDCAN_CCCR_ASM_Msk /*!<ASM Restric… macro

123