Searched refs:BCC (Results 1 – 24 of 24) sorted by relevance
1153 ((Dsu *)hw)->BCC[index].reg |= DSU_BCC_DATA(mask); in hri_dsu_set_BCC_DATA_bf()1160 tmp = ((Dsu *)hw)->BCC[index].reg; in hri_dsu_get_BCC_DATA_bf()1169 tmp = ((Dsu *)hw)->BCC[index].reg; in hri_dsu_write_BCC_DATA_bf()1172 ((Dsu *)hw)->BCC[index].reg = tmp; in hri_dsu_write_BCC_DATA_bf()1193 tmp = ((Dsu *)hw)->BCC[index].reg; in hri_dsu_read_BCC_DATA_bf()1201 ((Dsu *)hw)->BCC[index].reg |= mask; in hri_dsu_set_BCC_reg()1208 tmp = ((Dsu *)hw)->BCC[index].reg; in hri_dsu_get_BCC_reg()1216 ((Dsu *)hw)->BCC[index].reg = data; in hri_dsu_write_BCC_reg()1223 ((Dsu *)hw)->BCC[index].reg &= ~mask; in hri_dsu_clear_BCC_reg()1230 ((Dsu *)hw)->BCC[index].reg ^= mask; in hri_dsu_toggle_BCC_reg()[all …]
198 BCC CopyDataInit211 BCC FillZerobss
204 BCC CopyDataInit217 BCC FillZerobss
194 BCC CopyDataInit207 BCC FillZerobss
210 BCC CopyDataInit223 BCC FillZerobss
215 BCC CopyDataInit228 BCC FillZerobss
211 BCC CopyDataInit224 BCC FillZerobss
236 BCC CopyDataInit249 BCC FillZerobss
195 BCC CopyDataInit208 BCC FillZerobss
205 BCC CopyDataInit218 BCC FillZerobss
193 BCC CopyDataInit206 BCC FillZerobss
230 BCC CopyDataInit243 BCC FillZerobss
247 BCC CopyDataInit260 BCC FillZerobss
284 BCC CopyDataInit297 BCC FillZerobss
373 BCC CopyDataInit386 BCC FillZerobss
13 Microbit是BCC基于nordic的mcu nrf51822的开发板,基于ARM Cortex-M0内核,最高主频64 MHz,具有丰富的外设资源。
233 BCC CopyDataInit246 BCC FillZerobss
268 BCC CopyDataInit281 BCC FillZerobss
318 HAL_SET_BIT(spi->BCC, SPI_BCC_DRM_MASK); in SPI_EnableDualMode()327 HAL_CLR_BIT(spi->BCC, SPI_BCC_DRM_MASK); in SPI_DisableDualMode()378 HAL_MODIFY_REG(spi->BCC, SPI_BCC_STC_MASK, data_size); in SPI_SetDataSize()
40 …volatile rt_uint32_t BCC; /* SPI Burst Control Register, A… member
758 …__IO DSU_BCC_Type BCC[2]; /**< Offset: 0x20 (R/W 32) Boot ROM Communica… member
384 __IO_REG16( BCC, 0xFFFFF48A, __READ_WRITE )
Completed in 55 milliseconds