nrfx_get_irq_number() Add missing CCM peripheral for nrf5340net

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-22 12:08:33 +02:00
parent c1997154d6
commit a20e9fcd81
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ IRQn_Type nrfx_get_irq_number(void const * p_reg){
return ECB_IRQn;
} else if (IS_PERIPHERAL_REG(p_reg, AAR,, _NS)) {
return AAR_CCM_IRQn;
} else if (IS_PERIPHERAL_REG(p_reg, CCM,, _NS)) {
return AAR_CCM_IRQn;
} else if (IS_PERIPHERAL_REG(p_reg, TEMP,, _NS)) {
return TEMP_IRQn;
} else if (IS_PERIPHERAL_REG(p_reg, RTC, 0, _NS)) {