Searched refs:CAN_NART (Results 1 – 10 of 10) sorted by relevance
130 assert_param(IS_FUNCTIONAL_STATE(CAN_InitStruct->CAN_NART)); in CAN_Init()189 if (CAN_InitStruct->CAN_NART == ENABLE) in CAN_Init()365 CAN_InitStruct->CAN_NART = DISABLE; in CAN_StructInit()
55 FunctionalState CAN_NART; /*!< Enable or disable the no-automatic member
55 FunctionalState CAN_NART; /* Enable or disable the no-automatic member
69 …ControlStatus CAN_NART; /* Set the no automatic retransmission … member
121 if (CAN_InitStruct->CAN_NART == ENABLE) in CAN_Init()255 CAN_InitStruct->CAN_NART = DISABLE; in CAN_StructInit()
126 if (CAN_InitStruct->CAN_NART == ENABLE) in CAN_Init()260 CAN_InitStruct->CAN_NART = DISABLE; in CAN_StructInit()
67 FunctionalState CAN_NART; /*!< Enable or disable the no-automatic member
148 CAN_InitStruct->CAN_NART = nart; in config_can_struct()
106 if (CAN_InitStruct->CAN_NART) in CAN_Init()
250 drv_can_obj->can_init.CAN_NART = ENABLE; in _can_config()
Completed in 33 milliseconds