Searched refs:level (Results 1 – 7 of 7) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_cracen.c | 112 uint32_t level = nrf_cracen_rng_fifo_level_get(NRF_CRACENCORE); in trng_setup_conditioning_key() local 114 if (level < TRNG_CONDITIONING_KEY_SIZE) in trng_setup_conditioning_key() 163 uint32_t level = nrf_cracen_rng_fifo_level_get(NRF_CRACENCORE); in trng_get() local 165 if (size > level * 4) /* FIFO level in 4-byte words */ in trng_get()
|
| /hal_nordic-latest/nrfx/drivers/src/prs/ |
| D | nrfx_prs.c | 42 #define LOG_FUNCTION_EXIT(level, ret_code) \ argument 43 NRFX_LOG_##level("Function: %s, error code: %s.", \
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ack_generator/ |
| D | nrf_802154_enh_ack_generator.c | 174 nrf_802154_frame_parser_level_t level = nrf_802154_frame_parser_parse_level_get(p_frame_data); in frame_control_set() local 176 if (level >= PARSE_LEVEL_FCF_OFFSETS) in frame_control_set() 188 if (level >= PARSE_LEVEL_FULL) in frame_control_set()
|
| /hal_nordic-latest/utils/ |
| D | update_blobs.py | 38 logging.basicConfig(level=logging.INFO)
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 229 - Renamed configuration structure members `hal` and `hal_config`, containing low-level peripheral s… 305 - Fixed logging level in nrfx_uart_init() and nrfx_uarte_init() functions. It was reduced from warn… 306 - Fixed IO3 level used in nrfx_qspi_mem_busy_check(). The line is now kept high to prevent memory s… 551 …'s control block as volatile to prevent issues in case of compilation with high optimization level.
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 92 # level increment doubles the number of directories, resulting in 4096 93 # directories at level 8 which is the default and also the maximum value. The 94 # sub-directories are organized in 2 levels, the first level always has a fixed 355 # to that level are automatically included in the table of contents, even if 1376 # such a level that at most the specified number of entries are visible (unless 1728 # is located at the same level as the HTML output directory, then
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 92 # level increment doubles the number of directories, resulting in 4096 93 # directories at level 8 which is the default and also the maximum value. The 94 # sub-directories are organized in 2 levels, the first level always has a fixed 357 # to that level are automatically included in the table of contents, even if 1385 # such a level that at most the specified number of entries are visible (unless 1737 # is located at the same level as the HTML output directory, then
|