Searched refs:modules (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_cracen.h | 145 NRF_STATIC_INLINE void nrf_cracen_module_enable(NRF_CRACEN_Type * p_reg, uint32_t modules); 153 NRF_STATIC_INLINE void nrf_cracen_module_disable(NRF_CRACEN_Type * p_reg, uint32_t modules); 226 NRF_STATIC_INLINE void nrf_cracen_module_enable(NRF_CRACEN_Type * p_reg, uint32_t modules) in nrf_cracen_module_enable() argument 228 p_reg->ENABLE |= modules; in nrf_cracen_module_enable() 231 NRF_STATIC_INLINE void nrf_cracen_module_disable(NRF_CRACEN_Type * p_reg, uint32_t modules) in nrf_cracen_module_disable() argument 233 p_reg->ENABLE &= ~modules; in nrf_cracen_module_disable()
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 315 # language. For instance, namespaces will be presented as modules, types will be 2348 # in the modules index. If set to NO, only the current project's groups will be
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 317 # language. For instance, namespaces will be presented as modules, types will be 2360 # in the modules index. If set to NO, only the current project's groups will be
|