Home
last modified time | relevance | path

Searched refs:IDE (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c1245 assert_param(IS_CAN_IDTYPE(pHeader->IDE)); in HAL_CAN_AddTxMessage()
1248 if (pHeader->IDE == CAN_ID_STD) in HAL_CAN_AddTxMessage()
1282 if (pHeader->IDE == CAN_ID_STD) in HAL_CAN_AddTxMessage()
1290 pHeader->IDE | in HAL_CAN_AddTxMessage()
1538 pHeader->IDE = CAN_RI0R_IDE & hcan->Instance->sFIFOMailBox[RxFifo].RIR; in HAL_CAN_GetRxMessage()
1539 if (pHeader->IDE == CAN_ID_STD) in HAL_CAN_GetRxMessage()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32l4xx_hal_can_legacy.h172 uint32_t IDE; /*!< Specifies the type of identifier for the message that will be transmitted. member
197 uint32_t IDE; /*!< Specifies the type of identifier for the message that will be received. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h176 uint32_t IDE; /*!< Specifies the type of identifier for the message that will be transmitted. member
204 uint32_t IDE; /*!< Specifies the type of identifier for the message that will be transmitted. member
/loramac-node-latest/doc/
Ddevelopment-environment.md6 It allows to build the project either by using a command line terminal or by using IDE's like [VSCo…
174 # IDE Support
/loramac-node-latest/
DCHANGELOG.md654 - Removed support for Raisonance Ride7 IDE (Reduces the amount of work to be done at each new relea…