Home
last modified time | relevance | path

Searched refs:TransmitGlobalTime (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h185 …FunctionalState TransmitGlobalTime; /*!< Specifies whether the timestamp counter value captured on… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c1256 assert_param(IS_FUNCTIONAL_STATE(pHeader->TransmitGlobalTime)); in HAL_CAN_AddTxMessage()
1298 if (pHeader->TransmitGlobalTime == ENABLE) in HAL_CAN_AddTxMessage()