Home
last modified time | relevance | path

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

/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll_dali.c320 LL_StatusETypeDef LL_DALI_Master_Receive(DALI_TypeDef *Instance, uint8_t *BackwardData) in LL_DALI_Master_Receive() argument
326 assert_param(BackwardData != NULL); in LL_DALI_Master_Receive()
335 *BackwardData = READ_REG(Instance->BDR) & 0xFFUL; in LL_DALI_Master_Receive()
376 LL_StatusETypeDef LL_DALI_Slave_Transmit(DALI_TypeDef *Instance, uint8_t BackwardData) in LL_DALI_Slave_Transmit() argument
386 WRITE_REG(Instance->BDR, BackwardData); in LL_DALI_Slave_Transmit()
413 LL_StatusETypeDef LL_DALI_Slave_Transmit_IT(DALI_TypeDef *Instance, uint8_t BackwardData) in LL_DALI_Slave_Transmit_IT() argument
423 WRITE_REG(Instance->BDR, BackwardData); in LL_DALI_Slave_Transmit_IT()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/
A Dtae32f53xx_ll_dali.h333 LL_StatusETypeDef LL_DALI_Master_Receive(DALI_TypeDef *Instance, uint8_t *BackwardData);
336 LL_StatusETypeDef LL_DALI_Slave_Transmit(DALI_TypeDef *Instance, uint8_t BackwardData);
337 LL_StatusETypeDef LL_DALI_Slave_Transmit_IT(DALI_TypeDef *Instance, uint8_t BackwardData);

Completed in 17 milliseconds