Searched refs:BackwardData (Results 1 – 2 of 2) sorted by relevance
320 LL_StatusETypeDef LL_DALI_Master_Receive(DALI_TypeDef *Instance, uint8_t *BackwardData) in LL_DALI_Master_Receive() argument326 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() argument386 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() argument423 WRITE_REG(Instance->BDR, BackwardData); in LL_DALI_Slave_Transmit_IT()
333 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