Searched refs:map_size (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/mgmt/mcumgr/util/src/ |
| D | zcbor_bulk.c | 16 size_t map_size, size_t *matched) in zcbor_map_decode_bulk() argument 35 while (ok && map_count < map_size) { in zcbor_map_decode_bulk() 36 if (dptr >= (map + map_size)) { in zcbor_map_decode_bulk() 74 bool zcbor_map_decode_bulk_key_found(struct zcbor_map_decode_key_val *map, size_t map_size, in zcbor_map_decode_bulk_key_found() argument 83 while (dptr < (map + map_size)) { in zcbor_map_decode_bulk_key_found() 94 while (dptr < (map + map_size)) { in zcbor_map_decode_bulk_key_found() 105 void zcbor_map_decode_bulk_reset(struct zcbor_map_decode_key_val *map, size_t map_size) in zcbor_map_decode_bulk_reset() argument 107 for (size_t map_index = 0; map_index < map_size; ++map_index) { in zcbor_map_decode_bulk_reset()
|
| /Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/ |
| D | zcbor_bulk.h | 103 size_t map_size, size_t *matched); 115 size_t map_size, const char *key); 128 void zcbor_map_decode_bulk_reset(struct zcbor_map_decode_key_val *map, size_t map_size);
|
| /Zephyr-latest/drivers/pwm/ |
| D | pwm_nrf_sw.c | 68 uint8_t map_size; member 97 static uint32_t pwm_period_check(struct pwm_data *data, uint8_t map_size, in pwm_period_check() argument 109 for (i = 0U; i < map_size; i++) { in pwm_period_check() 136 if (channel >= config->map_size) { in pwm_nrf_sw_set_cycles() 144 ret = pwm_period_check(data, config->map_size, channel, period_cycles, in pwm_nrf_sw_set_cycles() 198 for (uint8_t i = 0; i < config->map_size; i++) { in pwm_nrf_sw_set_cycles() 350 for (uint32_t i = 0; i < config->map_size; i++) { in pwm_nrf_sw_init() 422 .map_size = PWM_0_MAP_SIZE,
|
| /Zephyr-latest/drivers/sensor/bosch/bmg160/ |
| D | bmg160.c | 119 uint16_t map_size) in bmg160_is_val_valid() argument 123 for (i = 0; i < map_size; i++) { in bmg160_is_val_valid()
|