| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_ldma.h | 1208 #define LDMA_DESCRIPTOR_SINGLE_M2M_WORD(src, dest, count) \ argument 1214 .xferCnt = (count) - 1, \ 1243 #define LDMA_DESCRIPTOR_SINGLE_M2M_WORD_EXTEND(src, dest, count) … argument 1248 … .xferCnt = (count) - 1, \ 1279 #define LDMA_DESCRIPTOR_SINGLE_M2M_HALF(src, dest, count) \ argument 1285 .xferCnt = (count) - 1, \ 1314 #define LDMA_DESCRIPTOR_SINGLE_M2M_HALF_EXTEND(src, dest, count) \ argument 1319 .xferCnt = (count) - 1, \ 1350 #define LDMA_DESCRIPTOR_SINGLE_M2M_BYTE(src, dest, count) \ argument 1356 .xferCnt = (count) - 1, \ [all …]
|
| D | em_pcnt.h | 519 void PCNT_CounterTopSet(PCNT_TypeDef *pcnt, uint32_t count, uint32_t top); 542 __STATIC_INLINE void PCNT_CounterSet(PCNT_TypeDef *pcnt, uint32_t count) in PCNT_CounterSet() argument 544 PCNT_CounterTopSet(pcnt, count, pcnt->TOP); in PCNT_CounterSet()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_ldma.h | 1203 #define LDMA_DESCRIPTOR_SINGLE_M2M_WORD(src, dest, count) \ argument 1209 .xferCnt = (count) - 1, \ 1238 #define LDMA_DESCRIPTOR_SINGLE_M2M_WORD_EXTEND(src, dest, count) … argument 1243 … .xferCnt = (count) - 1, \ 1274 #define LDMA_DESCRIPTOR_SINGLE_M2M_HALF(src, dest, count) \ argument 1280 .xferCnt = (count) - 1, \ 1309 #define LDMA_DESCRIPTOR_SINGLE_M2M_HALF_EXTEND(src, dest, count) \ argument 1314 .xferCnt = (count) - 1, \ 1345 #define LDMA_DESCRIPTOR_SINGLE_M2M_BYTE(src, dest, count) \ argument 1351 .xferCnt = (count) - 1, \ [all …]
|
| D | em_pcnt.h | 519 void PCNT_CounterTopSet(PCNT_TypeDef *pcnt, uint32_t count, uint32_t top); 542 __STATIC_INLINE void PCNT_CounterSet(PCNT_TypeDef *pcnt, uint32_t count) in PCNT_CounterSet() argument 544 PCNT_CounterTopSet(pcnt, count, pcnt->TOP); in PCNT_CounterSet()
|
| /hal_silabs-latest/simplicity_sdk/platform/common/inc/ |
| D | sli_code_classification.h | 59 #define _SL_CC_SECTION(section_name, count, line) \ argument 60 …__attribute__((section(_SL_CC_CONCAT3(_SL_CC_XSTRINGIZE(section_name), _SL_CC_XSTRINGIZE(count), _… 66 #define _SL_CC_SECTION(section_name, count, line) \ argument 67 …CC_CONCAT4(location =, _SL_CC_XSTRINGIZE(section_name), _SL_CC_XSTRINGIZE(count), _SL_CC_XSTRINGIZ… 80 #define _SL_CC_SECTION(section_name, count, line) \ argument 81 __attribute__((section("sl_cc,code_class" _SL_CC_XSTRINGIZE(count) _SL_CC_XSTRINGIZE(line)))) 83 #define _SL_CC_SECTION(section_name, count, line) argument 88 #define _SL_CC_SECTION(section_name, count, line) argument
|
| /hal_silabs-latest/si32/si32Hal/SI32_Modules/ |
| D | SI32_DMADESC_A_Type.c | 67 uint32_t count, in _SI32_DMADESC_A_configure() argument 71 assert(count <= 1025); // count <= 2^10 + 1 in _SI32_DMADESC_A_configure() 76 count -= 1; in _SI32_DMADESC_A_configure() 82 basePointer->CONFIG.NCOUNT = count; in _SI32_DMADESC_A_configure() 88 basePointer->SRCEND.U32 += (count << size); in _SI32_DMADESC_A_configure() 95 basePointer->DSTEND.U32 += (count << size); in _SI32_DMADESC_A_configure()
|
| D | SI32_TIMER_A_Type.c | 45 uint32_t count, in _SI32_TIMER_A_initialize() argument 52 basePointer->COUNT.U32 = count; in _SI32_TIMER_A_initialize() 1013 uint32_t count) in _SI32_TIMER_A_write_count() argument 1016 basePointer->COUNT.U32 = count; in _SI32_TIMER_A_write_count() 1041 uint32_t count) in _SI32_TIMER_A_set_high_count() argument 1043 assert(count < 65536); // count < 2^16 in _SI32_TIMER_A_set_high_count() 1045 basePointer->COUNT.HCOUNT = count; in _SI32_TIMER_A_set_high_count() 1069 uint32_t count) in _SI32_TIMER_A_set_low_count() argument 1071 assert(count < 65536); // count < 2^16 in _SI32_TIMER_A_set_low_count() 1073 basePointer->COUNT.LCOUNT = count; in _SI32_TIMER_A_set_low_count()
|
| D | SI32_WDTIMER_A_Type.c | 280 uint32_t count) in _SI32_WDTIMER_A_set_early_warning_threshold() argument 282 assert(count < 65536); // count < 2^16 in _SI32_WDTIMER_A_set_early_warning_threshold() 289 basePointer->THRESHOLD.U32 |= count; in _SI32_WDTIMER_A_set_early_warning_threshold() 315 uint32_t count) in _SI32_WDTIMER_A_set_reset_threshold() argument 317 assert(count < 65536); // count < 2^16 in _SI32_WDTIMER_A_set_reset_threshold() 324 basePointer->THRESHOLD.U32 |= count << SI32_WDTIMER_A_THRESHOLD_RTH_SHIFT; in _SI32_WDTIMER_A_set_reset_threshold()
|
| D | SI32_DTM_A_Type.c | 97 uint32_t count) in _SI32_DTM_A_set_active_state_counter() argument 99 assert(count < 256); // count < 2^8 in _SI32_DTM_A_set_active_state_counter() 102 basePointer->CONTROL_SET = (count)<<SI32_DTM_A_CONTROL_STCOUNT_SHIFT; in _SI32_DTM_A_set_active_state_counter() 525 uint32_t count) in _SI32_DTM_A_set_master_count() argument 527 assert(count < 65536); // count < 2^16 in _SI32_DTM_A_set_master_count() 529 basePointer->MSTCOUNT.MSTCOUNT_BITS = count; in _SI32_DTM_A_set_master_count()
|
| D | SI32_TIMER_A_Type.h | 80 #define SI32_TIMER_A_initialize(basePointer, config, clkdiv, count, capture) do{ \ argument 83 basePointer->COUNT.U32 = count;\ 1114 #define SI32_TIMER_A_write_count(basePointer, count) \ argument 1115 (basePointer->COUNT.U32 = count) 1149 #define SI32_TIMER_A_set_high_count(basePointer, count) \ argument 1150 (basePointer->COUNT.HCOUNT = count) 1184 #define SI32_TIMER_A_set_low_count(basePointer, count) \ argument 1185 (basePointer->COUNT.LCOUNT = count)
|
| D | SI32_WDTIMER_A_Type.h | 357 #define SI32_WDTIMER_A_set_early_warning_threshold(basePointer, count) do{ \ argument 363 basePointer->THRESHOLD.U32 |= count;\ 403 #define SI32_WDTIMER_A_set_reset_threshold(basePointer, count) do{ \ argument 409 basePointer->THRESHOLD.U32 |= count << SI32_WDTIMER_A_THRESHOLD_RTH_SHIFT;\
|
| D | SI32_DTM_A_Type.h | 155 #define SI32_DTM_A_set_active_state_counter(basePointer, count) do{ \ argument 157 basePointer->CONTROL_SET = (count)<<SI32_DTM_A_CONTROL_STCOUNT_SHIFT;\ 705 #define SI32_DTM_A_set_master_count(basePointer, count) \ argument 706 (basePointer->MSTCOUNT.MSTCOUNT_BITS = count)
|
| D | SI32_SSG_A_Type.c | 87 uint32_t count) in _SI32_SSG_A_set_conversion_count() argument 89 assert(count < 4096); // count < 2^12 in _SI32_SSG_A_set_conversion_count() 91 basePointer->CONFIG.COUNT = count; in _SI32_SSG_A_set_conversion_count()
|
| D | SI32_LPTIMER_B_Type.c | 42 uint32_t count, in _SI32_LPTIMER_B_initialize() argument 48 basePointer->COUNT.U32 = count; in _SI32_LPTIMER_B_initialize() 675 uint32_t count) in _SI32_LPTIMER_B_write_count() argument 678 basePointer->COUNT.U32 = count; in _SI32_LPTIMER_B_write_count()
|
| D | SI32_LPTIMER_B_Type.h | 79 #define SI32_LPTIMER_B_initialize(basePointer, control, count, threshold, status) do{ \ argument 81 basePointer->COUNT.U32 = count;\ 744 #define SI32_LPTIMER_B_write_count(basePointer, count) \ argument 745 (basePointer->COUNT.U32 = count)
|
| D | SI32_DMADESC_A_Type.h | 119 #define SI32_DMADESC_A_configure(basePointer, srcPointer, dstPointer, count, config) \ argument 120 _SI32_DMADESC_A_configure(basePointer, srcPointer, dstPointer, count, config)
|
| D | SI32_SSG_A_Type.h | 124 #define SI32_SSG_A_set_conversion_count(basePointer, count) \ argument 125 (basePointer->CONFIG.COUNT = count)
|
| /hal_silabs-latest/wiseconnect/components/common/src/ |
| D | sl_utility.c | 333 for (int count = 0; count < (no_digits / 2); count++) { in reverse_digits() local 334 temp = xx[count]; in reverse_digits() 335 xx[count] = xx[no_digits - count - 1]; in reverse_digits() 336 xx[no_digits - count - 1] = temp; in reverse_digits()
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_dma.c | 560 unsigned int count) in DMA_ActivateScatterGather() argument 569 EFM_ASSERT(count && (count <= 256)); in DMA_ActivateScatterGather() 577 descr->SRCEND = (uint32_t *)altDescr + (count * 4) - 1; in DMA_ActivateScatterGather() 598 altDescr[count - 1].CTRL &= ~_DMA_CTRL_CYCLE_CTRL_MASK; in DMA_ActivateScatterGather() 600 altDescr[count - 1].CTRL |= (uint32_t)dmaCycleCtrlAuto in DMA_ActivateScatterGather() 603 altDescr[count - 1].CTRL |= (uint32_t)dmaCycleCtrlBasic in DMA_ActivateScatterGather() 624 | (((count * 4) - 1) << _DMA_CTRL_N_MINUS_1_SHIFT) in DMA_ActivateScatterGather()
|
| D | em_pcnt.c | 256 void PCNT_CounterTopSet(PCNT_TypeDef *pcnt, uint32_t count, uint32_t top) in PCNT_CounterTopSet() argument 266 EFM_ASSERT((1 << PCNT0_CNT_SIZE) > count); in PCNT_CounterTopSet() 273 EFM_ASSERT((1 << PCNT1_CNT_SIZE) > count); in PCNT_CounterTopSet() 280 EFM_ASSERT((1 << PCNT2_CNT_SIZE) > count); in PCNT_CounterTopSet() 297 pcnt->TOPB = count; in PCNT_CounterTopSet() 312 if (top != count) { in PCNT_CounterTopSet() 334 pcnt->TOP = count; in PCNT_CounterTopSet() 341 if (top != count) { in PCNT_CounterTopSet()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_pcnt.c | 256 void PCNT_CounterTopSet(PCNT_TypeDef *pcnt, uint32_t count, uint32_t top) in PCNT_CounterTopSet() argument 266 EFM_ASSERT((1 << PCNT0_CNT_SIZE) > count); in PCNT_CounterTopSet() 273 EFM_ASSERT((1 << PCNT1_CNT_SIZE) > count); in PCNT_CounterTopSet() 280 EFM_ASSERT((1 << PCNT2_CNT_SIZE) > count); in PCNT_CounterTopSet() 297 pcnt->TOPB = count; in PCNT_CounterTopSet() 312 if (top != count) { in PCNT_CounterTopSet() 334 pcnt->TOP = count; in PCNT_CounterTopSet() 341 if (top != count) { in PCNT_CounterTopSet()
|
| /hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/ |
| D | sl_clock_manager.c | 248 sl_status_t sl_clock_manager_get_rco_calibration_count(uint32_t *count) in sl_clock_manager_get_rco_calibration_count() argument 250 if (count == NULL) { in sl_clock_manager_get_rco_calibration_count() 254 return sli_clock_manager_hal_get_rco_calibration_count(count); in sl_clock_manager_get_rco_calibration_count()
|
| D | sli_clock_manager_hal.h | 160 sl_status_t sli_clock_manager_hal_get_rco_calibration_count(uint32_t *count);
|
| /hal_silabs-latest/simplicity_sdk/protocol/bluetooth/bgstack/ll/inc/ |
| D | sl_btctrl_linklayer.h | 53 void sl_btctrl_configure_le_buffer_size(uint8_t count);
|
| /hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/inc/ |
| D | sl_clock_manager.h | 608 sl_status_t sl_clock_manager_get_rco_calibration_count(uint32_t *count);
|