Searched refs:broadcast (Results 1 – 2 of 2) sorted by relevance
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/ |
| D | gd32f3x0_cec.c | 114 void cec_error_config(uint32_t broadcast, uint32_t singlecast_lbpe, uint32_t singlecast_bre, uint32… in cec_error_config() argument 121 cfg |= (broadcast | singlecast_lbpe | singlecast_bre); in cec_error_config() 261 void cec_generate_errorbit_config(uint32_t broadcast, uint32_t singlecast_lbpe, uint32_t singlecast… in cec_generate_errorbit_config() argument 268 cfg |= (broadcast | singlecast_lbpe | singlecast_bre); in cec_generate_errorbit_config()
|
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/ |
| D | gd32f3x0_cec.h | 205 void cec_error_config(uint32_t broadcast, uint32_t singlecast_lbpe, uint32_t singlecast_bre, uint32… 224 void cec_generate_errorbit_config(uint32_t broadcast, uint32_t singlecast_lbpe, uint32_t singlecast…
|