Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 28) sorted by relevance

12

/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_ldma.h1208 #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 …]
Dem_pcnt.h519 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/
Dem_ldma.h1203 #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 …]
Dem_pcnt.h519 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/
Dsli_code_classification.h59 #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/
DSI32_DMADESC_A_Type.c67 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()
DSI32_TIMER_A_Type.c45 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()
DSI32_WDTIMER_A_Type.c280 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()
DSI32_DTM_A_Type.c97 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()
DSI32_TIMER_A_Type.h80 #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)
DSI32_WDTIMER_A_Type.h357 #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;\
DSI32_DTM_A_Type.h155 #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)
DSI32_SSG_A_Type.c87 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()
DSI32_LPTIMER_B_Type.c42 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()
DSI32_LPTIMER_B_Type.h79 #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)
DSI32_DMADESC_A_Type.h119 #define SI32_DMADESC_A_configure(basePointer, srcPointer, dstPointer, count, config) \ argument
120 _SI32_DMADESC_A_configure(basePointer, srcPointer, dstPointer, count, config)
DSI32_SSG_A_Type.h124 #define SI32_SSG_A_set_conversion_count(basePointer, count) \ argument
125 (basePointer->CONFIG.COUNT = count)
/hal_silabs-latest/wiseconnect/components/common/src/
Dsl_utility.c333 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/
Dem_dma.c560 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()
Dem_pcnt.c256 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/
Dem_pcnt.c256 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/
Dsl_clock_manager.c248 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()
Dsli_clock_manager_hal.h160 sl_status_t sli_clock_manager_hal_get_rco_calibration_count(uint32_t *count);
/hal_silabs-latest/simplicity_sdk/protocol/bluetooth/bgstack/ll/inc/
Dsl_btctrl_linklayer.h53 void sl_btctrl_configure_le_buffer_size(uint8_t count);
/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/inc/
Dsl_clock_manager.h608 sl_status_t sl_clock_manager_get_rco_calibration_count(uint32_t *count);

12