Home
last modified time | relevance | path

Searched refs:CEC_OwnAddress (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_cec.c341 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
344 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
356 if (CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
358 hcec->Instance->CFGR |= ((uint32_t)CEC_OwnAddress << 16); in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cec.c341 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
344 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
356 if (CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
358 hcec->Instance->CFGR |= ((uint32_t)CEC_OwnAddress << 16); in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cec.c340 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
343 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
355 if (CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
357 hcec->Instance->CFGR |= ((uint32_t)CEC_OwnAddress << 16); in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cec.c340 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
343 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
355 if (CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
357 hcec->Instance->CFGR |= ((uint32_t)CEC_OwnAddress << 16); in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cec.c341 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
344 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
356 if (CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
358 hcec->Instance->CFGR |= ((uint32_t)CEC_OwnAddress << 16); in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cec.c341 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
344 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
356 if (CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
358 hcec->Instance->CFGR |= ((uint32_t)CEC_OwnAddress << 16); in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cec.c341 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
344 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
356 if (CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
358 hcec->Instance->CFGR |= ((uint32_t)CEC_OwnAddress << 16); in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_cec.c341 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
344 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
356 if (CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
358 hcec->Instance->CFGR |= ((uint32_t)CEC_OwnAddress << 16); in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_cec.c300 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress) in HAL_CEC_SetDeviceAddress() argument
303 assert_param(IS_CEC_OWN_ADDRESS(CEC_OwnAddress)); in HAL_CEC_SetDeviceAddress()
315 if(CEC_OwnAddress != CEC_OWN_ADDRESS_NONE) in HAL_CEC_SetDeviceAddress()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_cec.h419 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_cec.h654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_cec.h642 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_cec.h642 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_cec.h654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_cec.h654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_cec.h654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cec.h654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_cec.h654 HAL_StatusTypeDef HAL_CEC_SetDeviceAddress(CEC_HandleTypeDef *hcec, uint16_t CEC_OwnAddress);