Lines Matching refs:word
435 uint8_t word);
496 uint8_t word);
514 uint8_t word);
726 uint8_t word) in nrf_cache_data_get() argument
729 NRFX_ASSERT(word < NRF_CACHEDATA_WORD_INDEX_MAX); in nrf_cache_data_get()
733 uint8_t du = (word / NRF_CACHEDATA_DATA_WORDS_IN_UNIT_MAX); in nrf_cache_data_get()
734 uint8_t data = (uint8_t)(word - (du * NRF_CACHEDATA_DATA_WORDS_IN_UNIT_MAX)); in nrf_cache_data_get()
739 switch (word) in nrf_cache_data_get()
797 uint8_t word) in nrf_cache_data_unit_validity_check() argument
799 NRFX_ASSERT(word < NRF_CACHEINFO_WORD_INDEX_MAX); in nrf_cache_data_unit_validity_check()
803 uint8_t du = (word / NRF_CACHEINFO_DATA_WORDS_IN_UNIT_MAX); in nrf_cache_data_unit_validity_check()
848 uint8_t word) in nrf_cache_is_data_unit_dirty_check() argument
850 NRFX_ASSERT(word < NRF_CACHEINFO_WORD_INDEX_MAX); in nrf_cache_is_data_unit_dirty_check()
854 uint8_t du = (word / NRF_CACHEINFO_DATA_WORDS_IN_UNIT_MAX); in nrf_cache_is_data_unit_dirty_check()