Home
last modified time | relevance | path

Searched refs:I2S_ENABLE_ENABLE_Disabled (Results 1 – 16 of 16) sorted by relevance

/hal_nordic-latest/nrfx/mdk/
Dnrf52_name_change.h47 #define I2S_ENABLE_ENABLE_DISABLE I2S_ENABLE_ENABLE_Disabled
Dnrf52_to_nrf52810.h88 #define I2S_ENABLE_ENABLE_DISABLE I2S_ENABLE_ENABLE_Disabled
Dnrf52_to_nrf52833.h86 #define I2S_ENABLE_ENABLE_DISABLE I2S_ENABLE_ENABLE_Disabled
Dnrf52_to_nrf52840.h86 #define I2S_ENABLE_ENABLE_DISABLE I2S_ENABLE_ENABLE_Disabled
Dnrf9160_bitfields.h6190 #define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable */ macro
Dnrf9120_bitfields.h6225 #define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable */ macro
Dnrf52_bitfields.h2802 #define I2S_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */ macro
Dnrf52840_bitfields.h3933 #define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable */ macro
Dnrf52833_bitfields.h2141 #define I2S_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */ macro
Dnrf5340_application_bitfields.h6082 #define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable */ macro
Dnrf54l15_types.h16114 …#define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable … macro
Dnrf54l05_types.h16114 …#define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable … macro
Dnrf54l10_types.h16114 …#define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable … macro
Dnrf9230_engb_types.h36911 …#define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable … macro
Dnrf9230_enga_types.h36385 …#define I2S_ENABLE_ENABLE_Disabled (0x0UL) /*!< Disable … macro
/hal_nordic-latest/nrfx/hal/
Dnrf_i2s.h645 p_reg->ENABLE = (I2S_ENABLE_ENABLE_Disabled << I2S_ENABLE_ENABLE_Pos); in nrf_i2s_disable()